aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values-v21/themes.xml
diff options
context:
space:
mode:
authorSam Whited <sam@samwhited.com>2015-07-09 22:37:40 -0500
committerAndreas Straub <andy@strb.org>2015-07-19 22:23:27 +0200
commit3ab59c93a6d26362ab8ade6b88dadc099cc6cb07 (patch)
treee79b4c0e44d2ef639cd2d29c3ccffedced85df72 /src/main/res/values-v21/themes.xml
parent6c38e531284b76ee71ef33e7f76ba1d619b25cc2 (diff)
Add refresh icon to v21 theme
Diffstat (limited to 'src/main/res/values-v21/themes.xml')
-rw-r--r--src/main/res/values-v21/themes.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values-v21/themes.xml b/src/main/res/values-v21/themes.xml
index 78deb772..9e8775f9 100644
--- a/src/main/res/values-v21/themes.xml
+++ b/src/main/res/values-v21/themes.xml
@@ -21,6 +21,7 @@
<item name="attr/icon_done">@drawable/ic_done_black_24dp</item>
<item name="attr/icon_group">@drawable/ic_group_white_24dp</item>
<item name="attr/icon_new">@drawable/ic_add_white_24dp</item>
+ <item name="attr/icon_refresh">@drawable/ic_refresh_grey600_24dp</item>
<item name="attr/icon_new_attachment">@drawable/ic_attach_file_white_24dp</item>
<item name="attr/icon_not_secure">@drawable/ic_lock_open_white_24dp</item>
<item name="attr/icon_remove">@drawable/ic_delete_grey600_24dp</item>