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

Commit b6fba4dc authored by Mill Chen's avatar Mill Chen
Browse files

Remove tint color from seekbar

Bug: 317163103
Test: visual test
Flag: EXEMPT bugfix
Change-Id: Iea9389931bc3669d3138c70f47ee4dd286f1207e
parent 998eea69
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -66,9 +66,6 @@
                android:layout_gravity="center_vertical"
                android:paddingStart="0dp"
                android:paddingEnd="12dp"
                android:thumbTint="@color/seekbar_thumb_tint_color"
                android:progressTint="@color/seekbar_progress_tint_color"
                android:progressBackgroundTint="@color/seekbar_progress_background_tint_color"
                android:layout_width="match_parent"
                android:layout_height="48dp"/>

+2 −3
Original line number Diff line number Diff line
@@ -91,8 +91,7 @@
    <color name="display_topology_background_color">@color/settingslib_color_charcoal</color>
    <color name="system_secondary">@android:color/system_secondary_dark</color>

    <!-- Volume seekbar colors -->
    <color name="seekbar_thumb_tint_color">@android:color/system_accent1_100</color>
    <color name="seekbar_progress_tint_color">@android:color/system_accent1_100</color>
    <!-- Keyboard a11y input dialog -->
    <color name="input_dialog_slider_progress">@android:color/system_on_primary_container_dark</color>
</resources>
+0 −5
Original line number Diff line number Diff line
@@ -270,9 +270,4 @@
    <!-- Connected displays -->
    <color name="display_topology_background_color">@color/settingslib_color_grey100</color>
    <color name="system_secondary">@android:color/system_secondary_light</color>

    <!-- Volume seekbar colors -->
    <color name="seekbar_thumb_tint_color">@android:color/system_accent1_800</color>
    <color name="seekbar_progress_tint_color">@android:color/system_accent1_800</color>
    <color name="seekbar_progress_background_tint_color">@android:color/system_neutral2_50</color>
</resources>