summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2019-04-13 02:40:31 -0700
committerHyunyoung Song <hyunyoungs@google.com>2019-04-26 10:13:08 -0700
commit572c746f747586d65e2b820af98c2f58e345b402 (patch)
treecfed3e40180581d17cfb8458de4ada855726697d /res/values
parent3c007368a7341ecc81b5e79d3fc46786413d4c6e (diff)
downloadandroid_packages_apps_Trebuchet-572c746f747586d65e2b820af98c2f58e345b402.tar.gz
android_packages_apps_Trebuchet-572c746f747586d65e2b820af98c2f58e345b402.tar.bz2
android_packages_apps_Trebuchet-572c746f747586d65e2b820af98c2f58e345b402.zip
Night accent color
Bug: 128857973 Change-Id: If81e9684143967480259a01e59694676875b0df1
Diffstat (limited to 'res/values')
-rw-r--r--res/values/styles.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 9b84cc9a3..7932c6d60 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -19,12 +19,13 @@
<resources>
<!-- Launcher theme -->
- <style name="BaseLauncherTheme" parent="@android:style/Theme.DeviceDefault.Light.NoActionBar">
- <item name="android:windowBackground">@android:color/transparent</item>
+ <style name="BaseLauncherTheme" parent="@android:style/Theme.DeviceDefault.DayNight">
<item name="android:colorBackgroundCacheHint">@null</item>
- <item name="android:windowShowWallpaper">true</item>
- <item name="android:windowNoTitle">true</item>
<item name="android:colorEdgeEffect">#FF757575</item>
+ <item name="android:windowActionBar">false</item>
+ <item name="android:windowBackground">@android:color/transparent</item>
+ <item name="android:windowNoTitle">true</item>
+ <item name="android:windowShowWallpaper">true</item>
</style>
<style name="LauncherTheme" parent="@style/BaseLauncherTheme">