Merge "Non-animated checkbox"
This commit is contained in:
committed by
Android (Google) Code Review
commit
39882e0813
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user