Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39882e08 authored by Alan Viverette's avatar Alan Viverette Committed by Android (Google) Code Review
Browse files

Merge "Non-animated checkbox"

parents b853fd06 aa2b4734
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -123,7 +123,7 @@ please see themes_device_defaults.xml.
        <item name="listSeparatorTextViewStyle">@style/Widget.Quantum.TextView.ListSeparator</item>
        <item name="listSeparatorTextViewStyle">@style/Widget.Quantum.TextView.ListSeparator</item>


        <item name="listChoiceIndicatorSingle">@drawable/btn_radio_quantum</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>
        <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="listSeparatorTextViewStyle">@style/Widget.Quantum.Light.TextView.ListSeparator</item>


        <item name="listChoiceIndicatorSingle">@drawable/btn_radio_quantum</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>
        <item name="listChoiceBackgroundIndicator">@drawable/list_selector_quantum</item>