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

Commit aa2b4734 authored by Alan Viverette's avatar Alan Viverette
Browse files

Non-animated checkbox

BUG: 14603986
Change-Id: I9ed24fabf50db6100c60257fbc53a4488ba8e000
parent 11da8a8a
Loading
Loading
Loading
Loading
+2 −2
Original line number 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="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>