diff options
author | Alan Viverette <alanv@google.com> | 2015-05-05 14:09:21 -0700 |
---|---|---|
committer | Alan Viverette <alanv@google.com> | 2015-05-05 14:09:21 -0700 |
commit | b9da280ac20091673878f3c4b04c65d0510ba23d (patch) | |
tree | 87223a13709a653795ec6ca24cf1fa210dc5e35f /packages/PrintSpooler | |
parent | 424681e43e454bfcbceb863ddccb875ea57ec26f (diff) | |
download | frameworks_base-b9da280ac20091673878f3c4b04c65d0510ba23d.zip frameworks_base-b9da280ac20091673878f3c4b04c65d0510ba23d.tar.gz frameworks_base-b9da280ac20091673878f3c4b04c65d0510ba23d.tar.bz2 |
DayNight theme for framework packages
Change-Id: I745f90561c957c83540e75a2886e294633c83be1
Diffstat (limited to 'packages/PrintSpooler')
-rw-r--r-- | packages/PrintSpooler/res/values/themes.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/packages/PrintSpooler/res/values/themes.xml b/packages/PrintSpooler/res/values/themes.xml index 532b01f..db319e9 100644 --- a/packages/PrintSpooler/res/values/themes.xml +++ b/packages/PrintSpooler/res/values/themes.xml @@ -16,10 +16,7 @@ <resources> - <style name="PrintActivity" parent="@android:style/Theme.Material"> - <item name="android:colorPrimary">@*android:color/material_blue_grey_900</item> - <item name="android:colorPrimaryDark">@*android:color/material_blue_grey_950</item> - <item name="android:colorAccent">@*android:color/material_deep_teal_500</item> + <style name="PrintActivity" parent="@android:style/Theme.Material.Settings"> <item name="android:windowIsTranslucent">true</item> <item name="android:windowBackground">@android:color/transparent</item> <item name="android:windowContentOverlay">@null</item> |