summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawable-anydpi/ic_follow_notif_tab.xml
diff options
context:
space:
mode:
authorstom79 <tschneider.ac@gmail.com>2019-02-03 12:07:43 +0100
committerstom79 <tschneider.ac@gmail.com>2019-02-03 12:07:43 +0100
commit7e01c841e1d28df6ae0671ac9c33c067b257d2d6 (patch)
tree9ccb2722332cafc77ac66c363bf2a7073a65d64a /app/src/main/res/drawable-anydpi/ic_follow_notif_tab.xml
parent8165f53e1cfe0074ee3706a1ad7c815200e534f7 (diff)
Start splitting notification Fragment
Diffstat (limited to 'app/src/main/res/drawable-anydpi/ic_follow_notif_tab.xml')
-rw-r--r--app/src/main/res/drawable-anydpi/ic_follow_notif_tab.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/drawable-anydpi/ic_follow_notif_tab.xml b/app/src/main/res/drawable-anydpi/ic_follow_notif_tab.xml
new file mode 100644
index 000000000..225ae0a86
--- /dev/null
+++ b/app/src/main/res/drawable-anydpi/ic_follow_notif_tab.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="M15,12c2.21,0 4,-1.79 4,-4s-1.79,-4 -4,-4 -4,1.79 -4,4 1.79,4 4,4zM6,10L6,7L4,7v3L1,10v2h3v3h2v-3h3v-2L6,10zM15,14c-2.67,0 -8,1.34 -8,4v2h16v-2c0,-2.66 -5.33,-4 -8,-4z"/>
+</vector>