summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2017-07-07 03:12:21 -0700
committerSunny Goyal <sunnygoyal@google.com>2017-07-10 11:10:35 -0700
commit848cad56ced14a2149d937bd6482387df8538c98 (patch)
tree2e6cbe2b29a982ff123c2c48a924b98d93e83820 /res/drawable
parent6c5d10261eceaf1b57bce82e4e31d272bad2c349 (diff)
downloadandroid_packages_apps_Trebuchet-848cad56ced14a2149d937bd6482387df8538c98.tar.gz
android_packages_apps_Trebuchet-848cad56ced14a2149d937bd6482387df8538c98.tar.bz2
android_packages_apps_Trebuchet-848cad56ced14a2149d937bd6482387df8538c98.zip
Adding a warning button when notification access is not available
Bug: 63418030 Change-Id: I4c2c497d989902ac002314a3b8fb97083757958b
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/ic_warning.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/res/drawable/ic_warning.xml b/res/drawable/ic_warning.xml
new file mode 100644
index 000000000..a14b9f68c
--- /dev/null
+++ b/res/drawable/ic_warning.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2017 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24.0"
+ android:viewportHeight="24.0"
+ android:tint="?android:attr/textColorPrimary" >
+ <path
+ android:fillColor="#FFFFFFFF"
+ android:pathData="M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"/>
+</vector>