Styling seekbar color for Accessibility
Bug: 317163103 Test: visual test Flag: EXEMPT style update Change-Id: I5fc685d8bf5f7e67f6f1876db2f8885e5f2151c7
This commit is contained in:
@@ -66,8 +66,9 @@
|
||||
android:layout_gravity="center_vertical"
|
||||
android:paddingStart="0dp"
|
||||
android:paddingEnd="12dp"
|
||||
android:progressBackgroundTint="@color/settingslib_materialColorOutline"
|
||||
android:progressTint="@color/settingslib_materialColorPrimaryFixed"
|
||||
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"/>
|
||||
|
||||
|
Reference in New Issue
Block a user