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

Commit c5289847 authored by Noah Wang's avatar Noah Wang
Browse files

Maintain higher color contrast of labels/controlls

on the side of the SeekBar in PreviewPagerPreferenceFragment
Bug: 27952877

Change-Id: I6fb173cfe5dce17c5cdf20dd90d601de19e44906
parent 106d8e57
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@
                    android:layout_height="48dp"
                    android:background="?android:attr/selectableItemBackgroundBorderless"
                    android:src="@drawable/ic_font_size_16dp"
                    android:tint="?android:attr/colorControlNormal"
                    android:tint="?android:attr/textColorPrimary"
                    android:tintMode="src_in"
                    android:scaleType="center"
                    android:focusable="true"
@@ -82,7 +82,7 @@
                    android:layout_height="48dp"
                    android:background="?android:attr/selectableItemBackgroundBorderless"
                    android:src="@drawable/ic_font_size_24dp"
                    android:tint="?android:attr/colorControlNormal"
                    android:tint="?android:attr/textColorPrimary"
                    android:tintMode="src_in"
                    android:scaleType="center"
                    android:focusable="true"
+2 −2
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@
                    android:layout_height="48dp"
                    android:background="?android:attr/selectableItemBackgroundBorderless"
                    android:src="@drawable/ic_remove_24dp"
                    android:tint="?android:attr/colorControlNormal"
                    android:tint="?android:attr/textColorPrimary"
                    android:tintMode="src_in"
                    android:scaleType="center"
                    android:focusable="true"
@@ -81,7 +81,7 @@
                    android:layout_height="48dp"
                    android:background="?android:attr/selectableItemBackgroundBorderless"
                    android:src="@drawable/ic_add_24dp"
                    android:tint="?android:attr/colorControlNormal"
                    android:tint="?android:attr/textColorPrimary"
                    android:tintMode="src_in"
                    android:scaleType="center"
                    android:focusable="true"