diff options
| author | 2018-06-07 22:23:12 +0000 | |
|---|---|---|
| committer | 2018-06-07 22:23:12 +0000 | |
| commit | a0d475a43fbfe5ef0da3b6ea9d78e46a03993810 (patch) | |
| tree | fb8350f1b5b575cbecc5f9921fd177cfea7fbac5 | |
| parent | e4e9ee79518ba2b795cd46fb5b9ed42ed91f9a0c (diff) | |
| parent | 5207d7686a99b3bdfbfbbc02fe698e294c71c2ff (diff) | |
Merge "Remove usage of deprecated DayNightStyle values." into pi-dev
| -rw-r--r-- | packages/SystemUI/res/layout/car_fullscreen_user_switcher.xml | 2 | ||||
| -rw-r--r-- | packages/SystemUI/res/layout/car_qs_panel.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/layout/car_fullscreen_user_switcher.xml b/packages/SystemUI/res/layout/car_fullscreen_user_switcher.xml index 2e1487c21024..37e2b537f90c 100644 --- a/packages/SystemUI/res/layout/car_fullscreen_user_switcher.xml +++ b/packages/SystemUI/res/layout/car_fullscreen_user_switcher.xml @@ -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"/> diff --git a/packages/SystemUI/res/layout/car_qs_panel.xml b/packages/SystemUI/res/layout/car_qs_panel.xml index 0e8db77db588..c43afc980bbf 100644 --- a/packages/SystemUI/res/layout/car_qs_panel.xml +++ b/packages/SystemUI/res/layout/car_qs_panel.xml @@ -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"/> |