summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawable-anydpi/ic_notifications.xml
diff options
context:
space:
mode:
authorstom79 <tschneider.ac@gmail.com>2017-10-28 14:32:18 +0200
committerstom79 <tschneider.ac@gmail.com>2017-10-28 14:32:18 +0200
commitb9d59a4b6cd0da1b61247d41fdbc08baac704a2e (patch)
treeefd665904f6b4c45bc79fb0b26ed41d49ecff293 /app/src/main/res/drawable-anydpi/ic_notifications.xml
parent1e8c2ded46be0b2e1b25a5cb48e5069d9c2a259b (diff)
Changes icons with vectors
Diffstat (limited to 'app/src/main/res/drawable-anydpi/ic_notifications.xml')
-rw-r--r--app/src/main/res/drawable-anydpi/ic_notifications.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/drawable-anydpi/ic_notifications.xml b/app/src/main/res/drawable-anydpi/ic_notifications.xml
new file mode 100644
index 000000000..7009a6763
--- /dev/null
+++ b/app/src/main/res/drawable-anydpi/ic_notifications.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>