Update background color of Settings search
Bug: 371849249 Test: visual Flag: EXEMPT resource update Change-Id: I6070273fa564c6b41d2b850c005967e455f155e9
This commit is contained in:
@@ -16,5 +16,5 @@
|
|||||||
|
|
||||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:color="?android:attr/colorControlHighlight">
|
android:color="?android:attr/colorControlHighlight">
|
||||||
<item android:drawable="@color/search_bar_background"/>
|
<item android:drawable="@color/settingslib_materialColorSurfaceContainerLowest"/>
|
||||||
</ripple>
|
</ripple>
|
||||||
|
@@ -19,7 +19,6 @@
|
|||||||
<color name="homepage_accessibility_background">#783BE5</color>
|
<color name="homepage_accessibility_background">#783BE5</color>
|
||||||
<color name="homepage_support_background">#3F5FBD</color>
|
<color name="homepage_support_background">#3F5FBD</color>
|
||||||
<color name="contextual_card_background">@*android:color/material_grey_900</color>
|
<color name="contextual_card_background">@*android:color/material_grey_900</color>
|
||||||
<color name="search_bar_background">@androidprv:color/materialColorSurfaceBright</color>
|
|
||||||
<color name="notification_importance_button_unselected">#5F6368</color>
|
<color name="notification_importance_button_unselected">#5F6368</color>
|
||||||
|
|
||||||
<!-- Palette list preference colors. -->
|
<!-- Palette list preference colors. -->
|
||||||
|
@@ -93,9 +93,6 @@
|
|||||||
<!-- launcher icon color -->
|
<!-- launcher icon color -->
|
||||||
<color name="icon_launcher_setting_color">@*android:color/accent_device_default_light</color>
|
<color name="icon_launcher_setting_color">@*android:color/accent_device_default_light</color>
|
||||||
|
|
||||||
<!-- Search bar background color -->
|
|
||||||
<color name="search_bar_background">@androidprv:color/materialColorSurfaceBright</color>
|
|
||||||
|
|
||||||
<color name="face_enroll_icon_color">#42a5f5</color> <!-- Blue 400 -->
|
<color name="face_enroll_icon_color">#42a5f5</color> <!-- Blue 400 -->
|
||||||
|
|
||||||
<color name="back_gesture_indicator">#4182ef</color>
|
<color name="back_gesture_indicator">#4182ef</color>
|
||||||
|
Reference in New Issue
Block a user