aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/themes.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-03-04 18:05:37 +0100
committerChristian Schneppe <christian@pix-art.de>2017-03-04 18:05:37 +0100
commit382b741adfa29104223dfed32799b5883db9110a (patch)
treeadada3fe3603fcfd28411a4ef780d4fb7c66d118 /src/main/res/values/themes.xml
parent777cba79a72201c7b85bc6725c8bf88943796d9a (diff)
Added icons for the attach options according to material design guidlines
Diffstat (limited to '')
-rw-r--r--src/main/res/values/themes.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/res/values/themes.xml b/src/main/res/values/themes.xml
index 38698e061..c028df7a7 100644
--- a/src/main/res/values/themes.xml
+++ b/src/main/res/values/themes.xml
@@ -35,6 +35,13 @@
<item name="attr/icon_scan_qr_code">@drawable/ic_barcode_scan_white_24dp</item>
<item name="attr/dialog_horizontal_padding">16dp</item>
<item name="attr/dialog_vertical_padding">16dp</item>
+
+ <item name="attr/ic_attach_camera">@drawable/ic_attach_camera</item>
+ <item name="attr/ic_attach_document">@drawable/ic_attach_document</item>
+ <item name="attr/ic_attach_location">@drawable/ic_attach_location</item>
+ <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>
</style>
<style name="ConversationsTheme.LargerText" parent="ConversationsTheme">