aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-10-29 14:33:53 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-10-29 14:33:53 +0000
commit36a06290ef08290c2ca3d1f58839fdb258fbad3c (patch)
treee7b25f4474b2e8b16fbbb44b883caf107280c7b9 /app/src/main/res/drawable
parentb9733e69e9fe58a972401d58cfdb344c7abf8328 (diff)
downloadinfinity-for-reddit-36a06290ef08290c2ca3d1f58839fdb258fbad3c.tar
infinity-for-reddit-36a06290ef08290c2ca3d1f58839fdb258fbad3c.tar.gz
infinity-for-reddit-36a06290ef08290c2ca3d1f58839fdb258fbad3c.tar.bz2
infinity-for-reddit-36a06290ef08290c2ca3d1f58839fdb258fbad3c.tar.lz
infinity-for-reddit-36a06290ef08290c2ca3d1f58839fdb258fbad3c.tar.xz
infinity-for-reddit-36a06290ef08290c2ca3d1f58839fdb258fbad3c.tar.zst
infinity-for-reddit-36a06290ef08290c2ca3d1f58839fdb258fbad3c.zip
Fixed UI issues in posts and comments. Version 1.4.0.
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r--app/src/main/res/drawable/ic_comment_white_24dp.xml12
-rw-r--r--app/src/main/res/drawable/ic_insert_comment_white_24dp.xml5
2 files changed, 8 insertions, 9 deletions
diff --git a/app/src/main/res/drawable/ic_comment_white_24dp.xml b/app/src/main/res/drawable/ic_comment_white_24dp.xml
index efb7e76a..c7250d4b 100644
--- a/app/src/main/res/drawable/ic_comment_white_24dp.xml
+++ b/app/src/main/res/drawable/ic_comment_white_24dp.xml
@@ -1,5 +1,9 @@
-<vector android:height="24dp" android:tint="#FFFFFF"
- android:viewportHeight="24.0" android:viewportWidth="24.0"
- android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
- <path android:fillColor="#FF000000" android:pathData="M21.99,4c0,-1.1 -0.89,-2 -1.99,-2L4,2c-1.1,0 -2,0.9 -2,2v12c0,1.1 0.9,2 2,2h14l4,4 -0.01,-18zM18,14L6,14v-2h12v2zM18,11L6,11L6,9h12v2zM18,8L6,8L6,6h12v2z"/>
+<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="M21.99,4c0,-1.1 -0.89,-2 -1.99,-2L4,2c-1.1,0 -2,0.9 -2,2v12c0,1.1 0.9,2 2,2h14l4,4 -0.01,-18zM20,4v13.17L18.83,16L4,16L4,4h16zM6,12h12v2L6,14zM6,9h12v2L6,11zM6,6h12v2L6,8z"/>
</vector>
diff --git a/app/src/main/res/drawable/ic_insert_comment_white_24dp.xml b/app/src/main/res/drawable/ic_insert_comment_white_24dp.xml
deleted file mode 100644
index 8ab8d733..00000000
--- a/app/src/main/res/drawable/ic_insert_comment_white_24dp.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<vector android:autoMirrored="true" android:height="24dp"
- android:tint="#FFFFFF" android:viewportHeight="24.0"
- android:viewportWidth="24.0" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
- <path android:fillColor="#FF000000" android:pathData="M20,2L4,2c-1.1,0 -2,0.9 -2,2v12c0,1.1 0.9,2 2,2h14l4,4L22,4c0,-1.1 -0.9,-2 -2,-2zM18,14L6,14v-2h12v2zM18,11L6,11L6,9h12v2zM18,8L6,8L6,6h12v2z"/>
-</vector>