aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/src/main/res/drawable/btn_comment.xml
diff options
context:
space:
mode:
authorMarvin Borner2018-09-13 22:09:17 +0200
committerMarvin Borner2018-09-13 22:09:17 +0200
commit85509c84cfb00830d56185c2d7bc1fb0357be944 (patch)
tree5ec7c7527efcd4c060a961e20e3ea6ea4892925f /app/src/main/res/drawable/btn_comment.xml
parentdb6887daf259f7d919493223002784ddd739249e (diff)
Added better post layout :lipstick: :sparkles:
Diffstat (limited to 'app/src/main/res/drawable/btn_comment.xml')
-rw-r--r--app/src/main/res/drawable/btn_comment.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/btn_comment.xml b/app/src/main/res/drawable/btn_comment.xml
new file mode 100644
index 0000000..c799ead
--- /dev/null
+++ b/app/src/main/res/drawable/btn_comment.xml
@@ -0,0 +1,10 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:tint="#1A1A1A"
+ android:viewportHeight="24.0"
+ android:viewportWidth="24.0">
+ <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>