summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawable-anydpi/ic_notifications_settings.xml
diff options
context:
space:
mode:
authorstom79 <tschneider.ac@gmail.com>2019-01-17 19:13:20 +0100
committerstom79 <tschneider.ac@gmail.com>2019-01-17 19:13:20 +0100
commit4e998c5d268bd381b71f10679d65d5eb2a7ee353 (patch)
treea4e631bad2ad2e9b9ffcf1bacdac5edf201e7c59 /app/src/main/res/drawable-anydpi/ic_notifications_settings.xml
parent6a1cb4d314d3010f9e7aee9dded6cc711084f0e4 (diff)
Prepares fixes
Diffstat (limited to 'app/src/main/res/drawable-anydpi/ic_notifications_settings.xml')
-rw-r--r--app/src/main/res/drawable-anydpi/ic_notifications_settings.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/drawable-anydpi/ic_notifications_settings.xml b/app/src/main/res/drawable-anydpi/ic_notifications_settings.xml
new file mode 100644
index 000000000..7009a6763
--- /dev/null
+++ b/app/src/main/res/drawable-anydpi/ic_notifications_settings.xml
@@ -0,0 +1,9 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24.0"
+ android:viewportHeight="24.0">
+ <path
+ android:fillColor="#FF000000"
+ android:pathData="M12,22c1.1,0 2,-0.9 2,-2h-4c0,1.1 0.89,2 2,2zM18,16v-5c0,-3.07 -1.64,-5.64 -4.5,-6.32L13.5,4c0,-0.83 -0.67,-1.5 -1.5,-1.5s-1.5,0.67 -1.5,1.5v0.68C7.63,5.36 6,7.92 6,11v5l-2,2v1h16v-1l-2,-2z"/>
+</vector>