diff options
author | Sam Whited <sam@samwhited.com> | 2015-07-09 22:37:40 -0500 |
---|---|---|
committer | Andreas Straub <andy@strb.org> | 2015-07-19 22:23:27 +0200 |
commit | 3ab59c93a6d26362ab8ade6b88dadc099cc6cb07 (patch) | |
tree | e79b4c0e44d2ef639cd2d29c3ccffedced85df72 /src/main/res | |
parent | 6c38e531284b76ee71ef33e7f76ba1d619b25cc2 (diff) |
Add refresh icon to v21 theme
Diffstat (limited to '')
-rw-r--r-- | src/main/res/drawable-hdpi/ic_refresh_grey600_24dp.png | bin | 0 -> 508 bytes | |||
-rw-r--r-- | src/main/res/drawable-mdpi/ic_refresh_grey600_24dp.png | bin | 0 -> 356 bytes | |||
-rw-r--r-- | src/main/res/drawable-xhdpi/ic_refresh_grey600_24dp.png | bin | 0 -> 644 bytes | |||
-rw-r--r-- | src/main/res/drawable-xxhdpi/ic_refresh_grey600_24dp.png | bin | 0 -> 882 bytes | |||
-rw-r--r-- | src/main/res/drawable-xxxhdpi/ic_refresh_grey600_24dp.png | bin | 0 -> 1161 bytes | |||
-rw-r--r-- | src/main/res/values-v21/themes.xml | 1 |
6 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/drawable-hdpi/ic_refresh_grey600_24dp.png b/src/main/res/drawable-hdpi/ic_refresh_grey600_24dp.png Binary files differnew file mode 100644 index 00000000..51cc4dbd --- /dev/null +++ b/src/main/res/drawable-hdpi/ic_refresh_grey600_24dp.png diff --git a/src/main/res/drawable-mdpi/ic_refresh_grey600_24dp.png b/src/main/res/drawable-mdpi/ic_refresh_grey600_24dp.png Binary files differnew file mode 100644 index 00000000..c136c59f --- /dev/null +++ b/src/main/res/drawable-mdpi/ic_refresh_grey600_24dp.png diff --git a/src/main/res/drawable-xhdpi/ic_refresh_grey600_24dp.png b/src/main/res/drawable-xhdpi/ic_refresh_grey600_24dp.png Binary files differnew file mode 100644 index 00000000..7891efff --- /dev/null +++ b/src/main/res/drawable-xhdpi/ic_refresh_grey600_24dp.png diff --git a/src/main/res/drawable-xxhdpi/ic_refresh_grey600_24dp.png b/src/main/res/drawable-xxhdpi/ic_refresh_grey600_24dp.png Binary files differnew file mode 100644 index 00000000..9c1e27d7 --- /dev/null +++ b/src/main/res/drawable-xxhdpi/ic_refresh_grey600_24dp.png diff --git a/src/main/res/drawable-xxxhdpi/ic_refresh_grey600_24dp.png b/src/main/res/drawable-xxxhdpi/ic_refresh_grey600_24dp.png Binary files differnew file mode 100644 index 00000000..e44a6d28 --- /dev/null +++ b/src/main/res/drawable-xxxhdpi/ic_refresh_grey600_24dp.png 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> |