summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorChuck Liao <chuckliao@google.com>2021-01-21 23:32:25 +0800
committerChuck Liao <chuckliao@google.com>2021-01-21 23:40:09 +0800
commit350a85f494f87ebbc54599600d8830cf84c628c4 (patch)
tree79b2e0afe0f34abfc3b9f0c3a791ef56dfa87aea /res/values
parent91f614076c6b5582bfb532e477a4081421aefeea (diff)
downloadThemePicker-350a85f494f87ebbc54599600d8830cf84c628c4.tar.gz
Let the background color of the previews can be adapted by different wallpapers.
Remove the hardcoded background colors and let the background colors respect the theme's android:colorBackground attribute. PS: Need to follow the steps in go/usingmonet to let the background color can change with the wallpapers. Screenshot: https://screenshot.googleplex.com/3K5W5BGG2tFBxnb.png Bug: 173549815 Change-Id: I090fa9eb2303c78959f44649cfb28d1346dcf551
Diffstat (limited to 'res/values')
-rw-r--r--res/values/styles.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index af7afb6d..e18cff74 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -39,7 +39,6 @@
<item name="android:fitsSystemWindows">false</item>
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
- <item name="android:windowBackground">@android:color/transparent</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:windowDisablePreview">true</item>
</style>