aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2021-02-26 09:06:33 +0000
committerAlex Ning <chineseperson5@gmail.com>2021-02-26 09:06:33 +0000
commitffa65a7dd86cd97673ef261235ce6ba8f521cf85 (patch)
tree9288be3909591b54de7d8379953753c924426276 /app/src/main/res/drawable
parent6f4fc732620bf97c0cb0315a47b707f80a6449c6 (diff)
downloadinfinity-for-reddit-ffa65a7dd86cd97673ef261235ce6ba8f521cf85.tar
infinity-for-reddit-ffa65a7dd86cd97673ef261235ce6ba8f521cf85.tar.gz
infinity-for-reddit-ffa65a7dd86cd97673ef261235ce6ba8f521cf85.tar.bz2
infinity-for-reddit-ffa65a7dd86cd97673ef261235ce6ba8f521cf85.tar.lz
infinity-for-reddit-ffa65a7dd86cd97673ef261235ce6ba8f521cf85.tar.xz
infinity-for-reddit-ffa65a7dd86cd97673ef261235ce6ba8f521cf85.tar.zst
infinity-for-reddit-ffa65a7dd86cd97673ef261235ce6ba8f521cf85.zip
Change some colors. Add a current user icon.
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r--app/src/main/res/drawable/ic_current_user_14dp.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_current_user_14dp.xml b/app/src/main/res/drawable/ic_current_user_14dp.xml
new file mode 100644
index 00000000..26750fd4
--- /dev/null
+++ b/app/src/main/res/drawable/ic_current_user_14dp.xml
@@ -0,0 +1,4 @@
+<vector android:height="14dp" android:viewportHeight="24"
+ android:viewportWidth="24" android:width="14dp" xmlns:android="http://schemas.android.com/apk/res/android">
+ <path android:fillColor="#000000" android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,5c1.66,0 3,1.34 3,3s-1.34,3 -3,3 -3,-1.34 -3,-3 1.34,-3 3,-3zM12,19.2c-2.5,0 -4.71,-1.28 -6,-3.22 0.03,-1.99 4,-3.08 6,-3.08 1.99,0 5.97,1.09 6,3.08 -1.29,1.94 -3.5,3.22 -6,3.22z"/>
+</vector>