Merge "Remove usage of deprecated DayNightStyle values." into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
a0d475a43f
@@ -39,7 +39,7 @@
|
|||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_marginTop="@dimen/car_user_switcher_margin_top"
|
android:layout_marginTop="@dimen/car_user_switcher_margin_top"
|
||||||
app:verticallyCenterListContent="true"
|
app:verticallyCenterListContent="true"
|
||||||
app:dayNightStyle="force_night"
|
app:dayNightStyle="always_light"
|
||||||
app:showPagedListViewDivider="false"
|
app:showPagedListViewDivider="false"
|
||||||
app:gutter="both"
|
app:gutter="both"
|
||||||
app:itemSpacing="@dimen/car_user_switcher_vertical_spacing_between_users"/>
|
app:itemSpacing="@dimen/car_user_switcher_vertical_spacing_between_users"/>
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
android:id="@+id/user_grid"
|
android:id="@+id/user_grid"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
app:dayNightStyle="force_night"
|
app:dayNightStyle="always_light"
|
||||||
app:showPagedListViewDivider="false"
|
app:showPagedListViewDivider="false"
|
||||||
app:gutter="both"
|
app:gutter="both"
|
||||||
app:itemSpacing="@dimen/car_user_switcher_vertical_spacing_between_users"/>
|
app:itemSpacing="@dimen/car_user_switcher_vertical_spacing_between_users"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user