aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/themes.xml
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/values/themes.xml
parentca043ddd4daf82661722692e84b71d6d0191c160 (diff)
add drawables for some more filetypes in chatlist
Diffstat (limited to '')
-rw-r--r--src/main/res/values/themes.xml5
1 files changed, 5 insertions, 0 deletions
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">