From a874180fbe312d61188a392543df0b23c406fefe Mon Sep 17 00:00:00 2001 From: Fabrice Di Meglio Date: Wed, 16 Jul 2014 17:02:41 -0700 Subject: [PATCH] Fix bug #16356067 adb shell am start -a android.settings.DEVICE_INFO_SETTINGS is crashing again - regression from 9717fab53dc65ffe98c0df733b9b4a33bc154496 - add the missing dashboardBackgroundColor attribute to the DialogWhenLarge Themes Change-Id: I9f7e21d33851966350726e4b3bf79a5a4d12a37f --- res/values/themes.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/res/values/themes.xml b/res/values/themes.xml index 0bf3c061d16..92bb3b26beb 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -141,6 +141,8 @@ @style/Theme.ActionBar + + @color/dashboard_background_color +