summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Chen <ajchen@google.com>2018-05-29 17:14:01 -0700
committerAnthony Chen <ajchen@google.com>2018-05-29 17:14:01 -0700
commitfd9ba3aa28c131f171c7afa3228b9103e1bcd9d9 (patch)
treeb88b6f872fb718b78c8ba6280ce5cb739c0942fc
parent9fa902c3364ded2c72f47493c1f45dd2d1291817 (diff)
downloadMedia-fd9ba3aa28c131f171c7afa3228b9103e1bcd9d9.tar.gz
Use non-deprecated values of DayNightStyle.
Bug: 80444085 Test: build and deploy Media app Change-Id: I6cd84c214ee60d7880c5b3248128de925bb2fd91
-rw-r--r--res/layout/fragment_app_selection.xml2
-rw-r--r--res/layout/fragment_browse.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/fragment_app_selection.xml b/res/layout/fragment_app_selection.xml
index eea5f14..e3834bb 100644
--- a/res/layout/fragment_app_selection.xml
+++ b/res/layout/fragment_app_selection.xml
@@ -31,7 +31,7 @@
android:clickable="true"
android:focusable="true"
app:listContentTopOffset="@dimen/car_padding_5"
- app:dayNightStyle="force_night"
+ app:dayNightStyle="always_light"
app:showPagedListViewDivider="false" />
</android.support.constraint.ConstraintLayout>
diff --git a/res/layout/fragment_browse.xml b/res/layout/fragment_browse.xml
index 9e9eca5..60bac4d 100644
--- a/res/layout/fragment_browse.xml
+++ b/res/layout/fragment_browse.xml
@@ -30,7 +30,7 @@
android:clickable="true"
android:focusable="true"
android:visibility="gone"
- app:dayNightStyle="force_night"
+ app:dayNightStyle="always_light"
app:listDividerColor="@color/car_list_divider_light"/>
-</RelativeLayout> \ No newline at end of file
+</RelativeLayout>