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

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

Merge "Remove Holo fast scroll preview from Material overlay themes" into lmp-mr1-dev

parents ded96310 d3cf7420
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -781,9 +781,6 @@ please see themes_device_defaults.xml.
        <item name="textCheckMark">@drawable/indicator_check_mark_light</item>
        <item name="textCheckMarkInverse">@drawable/indicator_check_mark_dark</item>

        <item name="fastScrollPreviewBackgroundLeft">@drawable/fastscroll_label_left_holo_light</item>
        <item name="fastScrollPreviewBackgroundRight">@drawable/fastscroll_label_right_holo_light</item>

        <item name="colorControlNormal">?attr/textColorSecondary</item>
        <item name="colorControlHighlight">@color/ripple_material_light</item>
        <item name="colorButtonNormal">@color/btn_default_material_light</item>
@@ -819,9 +816,6 @@ please see themes_device_defaults.xml.
        <item name="textCheckMark">@drawable/indicator_check_mark_dark</item>
        <item name="textCheckMarkInverse">@drawable/indicator_check_mark_light</item>

        <item name="fastScrollPreviewBackgroundLeft">@drawable/fastscroll_label_left_holo_dark</item>
        <item name="fastScrollPreviewBackgroundRight">@drawable/fastscroll_label_right_holo_dark</item>

        <item name="colorControlNormal">?attr/textColorSecondary</item>
        <item name="colorControlHighlight">@color/ripple_material_dark</item>
        <item name="colorButtonNormal">@color/btn_default_material_dark</item>