aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/ic_outline_share_20px.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-10-25 13:16:09 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-10-25 13:16:09 +0000
commit75452b764d0a0edb4c227cb97c0c7f06c8e6300b (patch)
tree5ed3cde98b3e5d1ee700aec9363e65aabc94d4e8 /app/src/main/res/drawable/ic_outline_share_20px.xml
parent6662f9af34d21820a0cf70caba6017e35cd81db6 (diff)
downloadinfinity-for-reddit-75452b764d0a0edb4c227cb97c0c7f06c8e6300b.tar
infinity-for-reddit-75452b764d0a0edb4c227cb97c0c7f06c8e6300b.tar.gz
infinity-for-reddit-75452b764d0a0edb4c227cb97c0c7f06c8e6300b.tar.bz2
infinity-for-reddit-75452b764d0a0edb4c227cb97c0c7f06c8e6300b.tar.lz
infinity-for-reddit-75452b764d0a0edb4c227cb97c0c7f06c8e6300b.tar.xz
infinity-for-reddit-75452b764d0a0edb4c227cb97c0c7f06c8e6300b.tar.zst
infinity-for-reddit-75452b764d0a0edb4c227cb97c0c7f06c8e6300b.zip
Disable clicking comment icon in a post to submit a comment. Enlarge the icons in comments. Fix regex used to linkify subreddits and users.
Diffstat (limited to 'app/src/main/res/drawable/ic_outline_share_20px.xml')
-rw-r--r--app/src/main/res/drawable/ic_outline_share_20px.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/drawable/ic_outline_share_20px.xml b/app/src/main/res/drawable/ic_outline_share_20px.xml
index 4c1a8bbb..52eda61c 100644
--- a/app/src/main/res/drawable/ic_outline_share_20px.xml
+++ b/app/src/main/res/drawable/ic_outline_share_20px.xml
@@ -1,4 +1,4 @@
-<vector android:height="20dp" android:viewportHeight="24"
- android:viewportWidth="24" android:width="20dp" xmlns:android="http://schemas.android.com/apk/res/android">
+<vector android:height="24dp" android:viewportHeight="24"
+ android:viewportWidth="24" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#FF000000" android:pathData="M18,16.08c-0.76,0 -1.44,0.3 -1.96,0.77L8.91,12.7c0.05,-0.23 0.09,-0.46 0.09,-0.7s-0.04,-0.47 -0.09,-0.7l7.05,-4.11c0.54,0.5 1.25,0.81 2.04,0.81 1.66,0 3,-1.34 3,-3s-1.34,-3 -3,-3 -3,1.34 -3,3c0,0.24 0.04,0.47 0.09,0.7L8.04,9.81C7.5,9.31 6.79,9 6,9c-1.66,0 -3,1.34 -3,3s1.34,3 3,3c0.79,0 1.5,-0.31 2.04,-0.81l7.12,4.16c-0.05,0.21 -0.08,0.43 -0.08,0.65 0,1.61 1.31,2.92 2.92,2.92s2.92,-1.31 2.92,-2.92c0,-1.61 -1.31,-2.92 -2.92,-2.92zM18,4c0.55,0 1,0.45 1,1s-0.45,1 -1,1 -1,-0.45 -1,-1 0.45,-1 1,-1zM6,13c-0.55,0 -1,-0.45 -1,-1s0.45,-1 1,-1 1,0.45 1,1 -0.45,1 -1,1zM18,20.02c-0.55,0 -1,-0.45 -1,-1s0.45,-1 1,-1 1,0.45 1,1 -0.45,1 -1,1z"/>
</vector>