aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/ic_outline_text_24px.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-07-12 03:31:28 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-07-12 03:31:28 +0000
commitfcc34b45d4aeae95bd16c9d70f0a2db5109951f0 (patch)
treed8708a4ede38d34d4ae70b9860aa6fb1e18262a1 /app/src/main/res/drawable/ic_outline_text_24px.xml
parent68d3a7b09f42aef6c3ec1874af3c9dee4c3eef8c (diff)
downloadinfinity-for-reddit-fcc34b45d4aeae95bd16c9d70f0a2db5109951f0.tar
infinity-for-reddit-fcc34b45d4aeae95bd16c9d70f0a2db5109951f0.tar.gz
infinity-for-reddit-fcc34b45d4aeae95bd16c9d70f0a2db5109951f0.tar.bz2
infinity-for-reddit-fcc34b45d4aeae95bd16c9d70f0a2db5109951f0.tar.lz
infinity-for-reddit-fcc34b45d4aeae95bd16c9d70f0a2db5109951f0.tar.xz
infinity-for-reddit-fcc34b45d4aeae95bd16c9d70f0a2db5109951f0.tar.zst
infinity-for-reddit-fcc34b45d4aeae95bd16c9d70f0a2db5109951f0.zip
Use a modal bottom sheet to display post selection instead of an alert dialog. Fixed some icons.
Diffstat (limited to 'app/src/main/res/drawable/ic_outline_text_24px.xml')
-rw-r--r--app/src/main/res/drawable/ic_outline_text_24px.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_outline_text_24px.xml b/app/src/main/res/drawable/ic_outline_text_24px.xml
new file mode 100644
index 00000000..6afe43f5
--- /dev/null
+++ b/app/src/main/res/drawable/ic_outline_text_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="#FF000000"
+ android:pathData="M20,2L4,2c-1.1,0 -2,0.9 -2,2v18l4,-4h14c1.1,0 2,-0.9 2,-2L22,4c0,-1.1 -0.9,-2 -2,-2zM20,16L6,16l-2,2L4,4h16v12zM7,9h2v2L7,11zM11,9h2v2h-2zM15,9h2v2h-2z"/>
+</vector>