Fix up the device colors that were missed
Bug: 112592617 Test: build a car_product and deploy Change-Id: I06e5dfc873af04b87a01c96b4f703255686afdbf
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
<color name="car_card_dark">@color/car_dark_blue_grey_700</color>
|
||||
|
||||
<!-- The default color of a card in car UI. -->
|
||||
<color name="car_card">@color/car_card_light</color>
|
||||
<color name="car_card">@color/car_card_dark</color>
|
||||
|
||||
<!-- The ripple colors. The "dark" and "light" designation here refers to the color of the
|
||||
ripple itself. -->
|
||||
|
||||
@@ -1716,4 +1716,10 @@ easier.
|
||||
<item name="colorAccent">@color/accent_device_default_dark</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.DeviceDefault.Light.Dialog.Alert.UserSwitchingDialog" parent="Theme.DeviceDefault.NoActionBar.Fullscreen">
|
||||
<item name="colorBackground">@color/background_device_default_light</item>
|
||||
<item name="colorBackgroundFloating">@color/background_device_default_light</item>
|
||||
<item name="layout_gravity">center</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user