From d0fb3ff285c559eab0c010e028b782cf44c47273 Mon Sep 17 00:00:00 2001 From: tmfang Date: Sat, 23 Feb 2019 13:28:00 +0800 Subject: [PATCH] Fix crash on AppBarLayout We removed some theme attribute in ag/6501484, so we need to add it back to avoid crash on App info page. Fixes: 125987673 Test: Build again, and go to "App info" page. Change-Id: I2fda899ecd2db48c7ace5069ef59a49883200dff --- res/values/themes.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/res/values/themes.xml b/res/values/themes.xml index 0de199f97a3..991e37669de 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -58,6 +58,10 @@ @color/battery_maybe_color_light @color/battery_bad_color_light + + @*android:color/primary_device_default_settings_light + @android:color/white + @style/Widget.SliceView.Settings