Remove usage of deprecated DayNightStyle values.

Fixes: 80444085
Test: Build system and open quick settings and user panel on mojave.
Ensure no breakages.

Change-Id: I7b1fb5c4b39f7b6c7f9191d8a28bb20e453c4a63
This commit is contained in:
Anthony Chen
2018-06-05 16:43:37 -07:00
parent 843a0cabbf
commit 5207d7686a
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@
android:layout_height="match_parent"
android:layout_marginTop="@dimen/car_user_switcher_margin_top"
app:verticallyCenterListContent="true"
app:dayNightStyle="force_night"
app:dayNightStyle="always_light"
app:showPagedListViewDivider="false"
app:gutter="both"
app:itemSpacing="@dimen/car_user_switcher_vertical_spacing_between_users"/>

View File

@@ -39,7 +39,7 @@
android:id="@+id/user_grid"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:dayNightStyle="force_night"
app:dayNightStyle="always_light"
app:showPagedListViewDivider="false"
app:gutter="both"
app:itemSpacing="@dimen/car_user_switcher_vertical_spacing_between_users"/>