diff options
| author | Griffin Millender <griffinn.millender@gmail.com> | 2015-06-02 23:33:25 -0400 |
|---|---|---|
| committer | Griffin Millender <griffinn.millender@gmail.com> | 2015-06-12 03:42:16 -0500 |
| commit | 758fd5d7eef9792f53f6eca075f1d03d39366858 (patch) | |
| tree | c77320e6fb40dd9ff2d5b86c145410dbcd27e8f0 | |
| parent | 29610818052e30eea717c42cbd7cf65619d87c6a (diff) | |
Use proper expand icons
Change-Id: I5aeab29f3c235c2291d1a97f4d9f136d0b414987
| -rw-r--r-- | res/values-v21/styles.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values-v21/styles.xml b/res/values-v21/styles.xml index 9932723..4f75ce4 100644 --- a/res/values-v21/styles.xml +++ b/res/values-v21/styles.xml @@ -60,7 +60,7 @@ <!-- Button to Expand/Collapse in Header --> <style name="card.header_button_base.expand"> - <item name="android:src">@drawable/ic_menu_expand_card_dark_normal</item> + <item name="android:src">@drawable/card_menu_button_expand_material</item> </style> <style name="card.native.header_button_base.expand"> |
