summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2018-10-22 18:48:44 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-10-22 18:48:44 +0000
commit76fea5fdd08c47264d0b54c477ad9bf76e941aa4 (patch)
tree720a7ae6e8f73b93ccc8867af71947e673f5bf85 /res/values
parentdea579981c489011aae8917260695323ba7f8f43 (diff)
parent367f21999d91065e7f700833d1d6caa386d28954 (diff)
downloadandroid_packages_apps_Trebuchet-76fea5fdd08c47264d0b54c477ad9bf76e941aa4.tar.gz
android_packages_apps_Trebuchet-76fea5fdd08c47264d0b54c477ad9bf76e941aa4.tar.bz2
android_packages_apps_Trebuchet-76fea5fdd08c47264d0b54c477ad9bf76e941aa4.zip
Merge "Adding dark theme for AddItemActivity" into ub-launcher3-master
Diffstat (limited to 'res/values')
-rw-r--r--res/values/styles.xml14
1 files changed, 11 insertions, 3 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 098aac562..7b11891a6 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -27,7 +27,7 @@
<item name="android:colorEdgeEffect">#FF757575</item>
</style>
- <style name="BaseLauncherThemeWithCustomAttrs" parent="@style/BaseLauncherTheme">
+ <style name="LauncherTheme" parent="@style/BaseLauncherTheme">
<item name="allAppsScrimColor">#EAFFFFFF</item>
<item name="allAppsInterimScrimAlpha">46</item>
<item name="allAppsNavBarScrimColor">#66FFFFFF</item>
@@ -44,9 +44,13 @@
<item name="widgetsTheme">@style/WidgetContainerTheme</item>
<item name="folderBadgeColor">?android:attr/colorPrimary</item>
<item name="loadingIconColor">#FFF</item>
- </style>
- <style name="LauncherTheme" parent="@style/BaseLauncherThemeWithCustomAttrs"></style>
+ <item name="android:windowTranslucentStatus">false</item>
+ <item name="android:windowTranslucentNavigation">false</item>
+ <item name="android:windowDrawsSystemBarBackgrounds">true</item>
+ <item name="android:statusBarColor">#00000000</item>
+ <item name="android:navigationBarColor">#00000000</item>
+ </style>
<style name="LauncherTheme.DarkText" parent="@style/LauncherTheme">
<item name="workspaceTextColor">#FF212121</item>
@@ -94,6 +98,10 @@
<style name="AppTheme.Dark" parent="@style/LauncherTheme.Dark" />
<style name="AppTheme.Dark.DarkText" parent="@style/LauncherTheme.Dark.DarkText" />
+ <style name="AppItemActivityTheme" parent="@android:style/Theme.Material.Light.Dialog.Alert">
+ <item name="widgetsTheme">@style/WidgetContainerTheme</item>
+ </style>
+
<!--
Theme overrides to element on homescreen, i.e., which are drawn on top on wallpaper.
Various foreground colors are overridden to be workspaceTextColor so that they are properly