Remove usage of "inverse" color.

This value has been removed from the support library. Instead, fix the
color to light as the user switcher is always dark.

Bug: 112040188
Test: built system UI and ensure that the color is always light for the
user switcher ripple

Change-Id: I49dae3b6869fa04aadf962ef8ddb0a6d2c2c8e37
This commit is contained in:
Anthony Chen
2018-08-01 10:43:34 -07:00
parent 39c212abc6
commit 047c56dd26

View File

@@ -28,7 +28,7 @@
<ImageView android:id="@+id/user_avatar"
android:layout_width="@dimen/car_user_switcher_image_avatar_size"
android:layout_height="@dimen/car_user_switcher_image_avatar_size"
android:background="@drawable/car_button_ripple_background_inverse"
android:background="@drawable/car_button_ripple_background_light"
android:gravity="center"/>
<TextView android:id="@+id/user_name"