From 5207d7686a99b3bdfbfbbc02fe698e294c71c2ff Mon Sep 17 00:00:00 2001 From: Anthony Chen Date: Tue, 5 Jun 2018 16:43:37 -0700 Subject: [PATCH] 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 --- packages/SystemUI/res/layout/car_fullscreen_user_switcher.xml | 2 +- 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 2e1487c21024f..37e2b537f90c9 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 0e8db77db588c..c43afc980bbf9 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"/>