summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2014-05-07 18:33:37 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-05-07 18:33:37 +0000
commit39882e0813f22223cd888fb47114d03df8e08613 (patch)
treed9559beb380b541b3e0bc21d602df4fd73e92a47
parentb853fd064e0772d853a35b7f243ffbcfb9c0445f (diff)
parentaa2b47341238b6edc3e139292c801302dc86d099 (diff)
downloadframeworks_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.xml4
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>