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
committerSam Whited <sam@samwhited.com>2015-07-09 22:37:40 -0500
commit91b1225124947e92b93ecf943c286683d05faa99 (patch)
tree4fb32c6a81cd0a500001f748443f5b34c27539c6 /src/main/res/values-v21/themes.xml
parent8b08bdb3affa73360d955bd03ca0f074cb2670a1 (diff)
Add refresh icon to v21 theme
Diffstat (limited to '')
-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 0a7b41c3..6081ea74 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>