diff options
author | Adi Wahono <r6680jc@gmail.com> | 2021-06-08 09:18:54 +0200 |
---|---|---|
committer | Michael W <baddaemon87@gmail.com> | 2021-06-11 13:24:53 +0200 |
commit | f1995409a9fbe371eb28e2a97b7671ef3555c766 (patch) | |
tree | 79858934dd6a2e932756fc72d2c904fe7e652ad1 | |
parent | 6cde7ce2d4d86b761e97f9de85ceea62ece89306 (diff) |
Revert "Trebuchet: Remove workspaceStatusBarScrim"
This reverts commit 147d648f722fa209395152c73d7880b18cd8150b.
Reason for revert: <Removing workspaceStatusBarScrim makes the status bar invisible (white text and icons on white background) when using wallpapers with mostly white color on the top part of the image (when it doesn't activate the light theme with dark text).>
Change-Id: I0dee7f8d64be934b3d445fb3e89564e5c93926df
-rw-r--r-- | res/values/styles.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index d1bb87a3e..25f21f35e 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -44,7 +44,7 @@ <item name="workspaceShadowColor">#B0000000</item> <item name="workspaceAmbientShadowColor">#33000000</item> <item name="workspaceKeyShadowColor">#44000000</item> - <item name="workspaceStatusBarScrim">@null</item> + <item name="workspaceStatusBarScrim">@drawable/workspace_bg</item> <item name="widgetsTheme">@style/WidgetContainerTheme</item> <item name="folderDotColor">?android:attr/colorPrimary</item> <item name="folderFillColor">#CDFFFFFF</item> |