aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-11-30 22:00:59 +0100
committerChristian Schneppe <christian@pix-art.de>2017-11-30 22:00:59 +0100
commitdbb240d043ac0affd09674c3cb053b4e7b0596b1 (patch)
tree0b579552faba5a50df5d075e2d72681a3690e18d /src/main/res
parentca043ddd4daf82661722692e84b71d6d0191c160 (diff)
add drawables for some more filetypes in chatlist
Diffstat (limited to '')
-rw-r--r--src/main/res/values/attrs.xml5
-rw-r--r--src/main/res/values/themes.xml5
2 files changed, 10 insertions, 0 deletions
diff --git a/src/main/res/values/attrs.xml b/src/main/res/values/attrs.xml
index 3154a8443..83598c041 100644
--- a/src/main/res/values/attrs.xml
+++ b/src/main/res/values/attrs.xml
@@ -49,4 +49,9 @@
<attr name="ic_attach_record" format="reference" />
<attr name="ic_attach_video" format="reference" />
+ <attr name="ic_file_apk" format="reference" />
+ <attr name="ic_file_pdf" format="reference" />
+ <attr name="ic_file_vcard" format="reference" />
+ <attr name="ic_file_calendar" format="reference" />
+
</resources> \ No newline at end of file
diff --git a/src/main/res/values/themes.xml b/src/main/res/values/themes.xml
index 4dc939b2d..01540d100 100644
--- a/src/main/res/values/themes.xml
+++ b/src/main/res/values/themes.xml
@@ -47,6 +47,11 @@
<item name="attr/ic_attach_photo">@drawable/ic_attach_photo</item>
<item name="attr/ic_attach_video">@drawable/ic_attach_video</item>
<item name="attr/ic_attach_record">@drawable/ic_attach_record</item>
+
+ <item name="attr/ic_file_apk">@drawable/ic_file_grey600_48dp</item>
+ <item name="attr/ic_file_pdf">@drawable/ic_file_pdf_grey600_48dp</item>
+ <item name="attr/ic_file_vcard">@drawable/ic_account_card_details_grey600_48dp</item>
+ <item name="attr/ic_file_calendar">@drawable/ic_calendar_grey600_48dp</item>
</style>
<style name="ConversationsTheme.LargerText" parent="ConversationsTheme">