Merge "Remove usage of deprecated DayNightStyle values." into pi-dev

am: a0d475a43f

Change-Id: I603568a7168fb3b8a4a946d937b754f13b3d917c
This commit is contained in:
Anthony Chen
2018-06-07 17:24:42 -07:00
committed by android-build-merger
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"/>