diff options
author | pacien | 2018-08-06 02:30:00 +0200 |
---|---|---|
committer | pacien | 2018-08-06 02:30:00 +0200 |
commit | 87213ac5eb7a6b557cf58609fce03c2e0ef1e36a (patch) | |
tree | 6c6073e04a265ac3740ea74932b531628e265e30 /app/src/main/res/drawable | |
parent | 9012ef92ed810f4a08b5f01cd2c18430a277eacf (diff) | |
download | tincapp-87213ac5eb7a6b557cf58609fce03c2e0ef1e36a.tar.gz |
Use notifications for error reporting
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r-- | app/src/main/res/drawable/ic_warning_primary_24dp.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_warning_primary_24dp.xml b/app/src/main/res/drawable/ic_warning_primary_24dp.xml new file mode 100644 index 0000000..d8fa0fe --- /dev/null +++ b/app/src/main/res/drawable/ic_warning_primary_24dp.xml | |||
@@ -0,0 +1,28 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | |||
3 | <!-- | ||
4 | * Material design icon | ||
5 | * Copyright 2017 Google Inc. | ||
6 | * | ||
7 | * Licensed under the Apache License, Version 2.0 (the "License"); | ||
8 | * you may not use this file except in compliance with the License. | ||
9 | * You may obtain a copy of the License at | ||
10 | * | ||
11 | * http://www.apache.org/licenses/LICENSE-2.0 | ||
12 | * | ||
13 | * Unless required by applicable law or agreed to in writing, software | ||
14 | * distributed under the License is distributed on an "AS IS" BASIS, | ||
15 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
16 | * See the License for the specific language governing permissions and | ||
17 | * limitations under the License. | ||
18 | --> | ||
19 | |||
20 | <vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
21 | android:width="24dp" | ||
22 | android:height="24dp" | ||
23 | android:viewportHeight="24.0" | ||
24 | android:viewportWidth="24.0"> | ||
25 | <path | ||
26 | android:fillColor="@color/textPrimary" | ||
27 | android:pathData="M1,21h22L12,2 1,21zM13,18h-2v-2h2v2zM13,14h-2v-4h2v4z"/> | ||
28 | </vector> | ||