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:
Brad Stenning
2018-09-26 14:41:22 -07:00
parent e7db39d5bb
commit 5db5bfef26
2 changed files with 7 additions and 1 deletions

View File

@@ -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. -->

View File

@@ -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>