aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values-v21
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-v21
parent777cba79a72201c7b85bc6725c8bf88943796d9a (diff)
Added icons for the attach options according to material design guidlines
Diffstat (limited to 'src/main/res/values-v21')
-rw-r--r--src/main/res/values-v21/themes.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/res/values-v21/themes.xml b/src/main/res/values-v21/themes.xml
index 785820217..d85c4582a 100644
--- a/src/main/res/values-v21/themes.xml
+++ b/src/main/res/values-v21/themes.xml
@@ -40,6 +40,13 @@
<item name="attr/icon_share">@drawable/ic_share_white_24dp</item>
<item name="attr/icon_scan_qr_code">@drawable/ic_barcode_scan_white_24dp</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>
</resources> \ No newline at end of file