Merge "[Physical Keyboard] update color of Dialog" into main
This commit is contained in:
@@ -124,6 +124,9 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:progressBackgroundTint="@color/input_dialog_slider_progress_background"
|
||||
android:progressTint="@color/input_dialog_slider_progress"
|
||||
android:thumbTint="@color/input_dialog_slider_progress"
|
||||
android:layout_marginTop="8dp"
|
||||
android:visibility="gone"/>
|
||||
</LinearLayout>
|
||||
|
||||
@@ -86,5 +86,8 @@
|
||||
<!-- 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>
|
||||
|
||||
|
||||
@@ -227,4 +227,8 @@
|
||||
<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>
|
||||
|
||||
<!-- Keyboard a11y input dialog -->
|
||||
<color name="input_dialog_slider_progress">@android:color/system_on_primary_dark</color>
|
||||
<color name="input_dialog_slider_progress_background">@android:color/system_outline_light</color>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user