diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-08-21 08:21:17 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-08-21 08:21:17 +0000 |
commit | 9bad5024ff2fe13d9fe366ed40a2ea8662620c18 (patch) | |
tree | 6b3b25091732c2c4b7882b6ebea832405e79806f /app/src/main/res/drawable-night/ic_outline_notifications_24px.xml | |
parent | 029bbc951b3b7d128b9eb1a469942a8f03676d83 (diff) | |
download | infinity-for-reddit-9bad5024ff2fe13d9fe366ed40a2ea8662620c18.tar infinity-for-reddit-9bad5024ff2fe13d9fe366ed40a2ea8662620c18.tar.gz infinity-for-reddit-9bad5024ff2fe13d9fe366ed40a2ea8662620c18.tar.bz2 infinity-for-reddit-9bad5024ff2fe13d9fe366ed40a2ea8662620c18.tar.lz infinity-for-reddit-9bad5024ff2fe13d9fe366ed40a2ea8662620c18.tar.xz infinity-for-reddit-9bad5024ff2fe13d9fe366ed40a2ea8662620c18.tar.zst infinity-for-reddit-9bad5024ff2fe13d9fe366ed40a2ea8662620c18.zip |
Fixed getting same notifications for different accounts (for real this time). Add a settings acivity but with no use now. Minor bugs fixed. Minor UI tweaks.
Diffstat (limited to 'app/src/main/res/drawable-night/ic_outline_notifications_24px.xml')
-rw-r--r-- | app/src/main/res/drawable-night/ic_outline_notifications_24px.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/drawable-night/ic_outline_notifications_24px.xml b/app/src/main/res/drawable-night/ic_outline_notifications_24px.xml new file mode 100644 index 00000000..43d52df4 --- /dev/null +++ b/app/src/main/res/drawable-night/ic_outline_notifications_24px.xml @@ -0,0 +1,9 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="24dp" + android:height="24dp" + android:viewportWidth="24" + android:viewportHeight="24"> + <path + android:fillColor="#FFFFFFFF" + android:pathData="M12,22c1.1,0 2,-0.9 2,-2h-4c0,1.1 0.9,2 2,2zM18,16v-5c0,-3.07 -1.63,-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.64,5.36 6,7.92 6,11v5l-2,2v1h16v-1l-2,-2zM16,17L8,17v-6c0,-2.48 1.51,-4.5 4,-4.5s4,2.02 4,4.5v6z"/> +</vector> |