diff options
author | Alan Viverette <alanv@google.com> | 2014-05-07 18:33:37 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-05-07 18:33:37 +0000 |
commit | 39882e0813f22223cd888fb47114d03df8e08613 (patch) | |
tree | d9559beb380b541b3e0bc21d602df4fd73e92a47 | |
parent | b853fd064e0772d853a35b7f243ffbcfb9c0445f (diff) | |
parent | aa2b47341238b6edc3e139292c801302dc86d099 (diff) | |
download | frameworks_base-39882e0813f22223cd888fb47114d03df8e08613.zip frameworks_base-39882e0813f22223cd888fb47114d03df8e08613.tar.gz frameworks_base-39882e0813f22223cd888fb47114d03df8e08613.tar.bz2 |
Merge "Non-animated checkbox"
-rw-r--r-- | core/res/res/values/themes_quantum.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values/themes_quantum.xml b/core/res/res/values/themes_quantum.xml index 39c8beb..768fd9a 100644 --- a/core/res/res/values/themes_quantum.xml +++ b/core/res/res/values/themes_quantum.xml @@ -123,7 +123,7 @@ please see themes_device_defaults.xml. <item name="listSeparatorTextViewStyle">@style/Widget.Quantum.TextView.ListSeparator</item> <item name="listChoiceIndicatorSingle">@drawable/btn_radio_quantum</item> - <item name="listChoiceIndicatorMultiple">@drawable/btn_check_quantum_anim</item> + <item name="listChoiceIndicatorMultiple">@drawable/btn_check_quantum</item> <item name="listChoiceBackgroundIndicator">@drawable/list_selector_quantum</item> @@ -467,7 +467,7 @@ please see themes_device_defaults.xml. <item name="listSeparatorTextViewStyle">@style/Widget.Quantum.Light.TextView.ListSeparator</item> <item name="listChoiceIndicatorSingle">@drawable/btn_radio_quantum</item> - <item name="listChoiceIndicatorMultiple">@drawable/btn_check_quantum_anim</item> + <item name="listChoiceIndicatorMultiple">@drawable/btn_check_quantum</item> <item name="listChoiceBackgroundIndicator">@drawable/list_selector_quantum</item> |