aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2021-02-26 08:12:14 +0000
committerAlex Ning <chineseperson5@gmail.com>2021-02-26 08:12:14 +0000
commit6f4fc732620bf97c0cb0315a47b707f80a6449c6 (patch)
treeb51d05d495969a3f1df9960bb8772600c962fece /app/src/main/res/drawable
parent659cfa511d03924f986450c70e28631eca429912 (diff)
downloadinfinity-for-reddit-6f4fc732620bf97c0cb0315a47b707f80a6449c6.tar
infinity-for-reddit-6f4fc732620bf97c0cb0315a47b707f80a6449c6.tar.gz
infinity-for-reddit-6f4fc732620bf97c0cb0315a47b707f80a6449c6.tar.bz2
infinity-for-reddit-6f4fc732620bf97c0cb0315a47b707f80a6449c6.tar.lz
infinity-for-reddit-6f4fc732620bf97c0cb0315a47b707f80a6449c6.tar.xz
infinity-for-reddit-6f4fc732620bf97c0cb0315a47b707f80a6449c6.tar.zst
infinity-for-reddit-6f4fc732620bf97c0cb0315a47b707f80a6449c6.zip
Upvote ratio and different username color for comments sent by the current account.
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r--app/src/main/res/drawable/ic_upvote_ratio.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_upvote_ratio.xml b/app/src/main/res/drawable/ic_upvote_ratio.xml
new file mode 100644
index 00000000..d696673b
--- /dev/null
+++ b/app/src/main/res/drawable/ic_upvote_ratio.xml
@@ -0,0 +1,9 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="18dp"
+ android:height="18dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+ <path
+ android:pathData="M12,2a10,10 0,1 0,10 10A10,10 0,0 0,12 2zM18,11.8a0.9,0.9 0,0 1,-0.1 0.5l-2.1,4.9a1.34,1.34 0,0 1,-1.3 0.8L9,18a2,2 0,0 1,-2 -2v-5a1.28,1.28 0,0 1,0.4 -1L12,5l0.69,0.69a1.08,1.08 0,0 1,0.3 0.7v0.2L12.41,10L17,10a1,1 0,0 1,1 1z"
+ android:fillColor="#000000"/>
+</vector>