Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/acomminos/Plumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorolzzon <github@olzzon.dk>2017-08-18 11:55:33 +0300
committerolzzon <github@olzzon.dk>2017-08-18 11:55:33 +0300
commit8929223f8889b5f67ba28f5cb8f2129fb86f91b4 (patch)
tree8ed5c7607b7ea6beed8d6e7b3ac17f09031b4912
parent1d120322c5af19646f502aa8a0b6c3ec14da47de (diff)
Dark theme, background in PopUp
Setting the background to completely black in material design, makes it impossible to see where a popup windows are. So the 2 background colors in Dark theme could preferable be removed.
-rw-r--r--app/src/main/res/values/styles.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index 9959daf..ecb40cc 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -43,8 +43,7 @@
<item name="android:textColorSecondary">#DDD</item>
<item name="android:textColorPrimaryInverse">#FFF</item>
<item name="android:textColorSecondaryInverse">#AAA</item>
- <item name="android:windowBackground">@android:color/black</item>
- <item name="android:colorBackground">@android:color/black</item>
+
<item name="android:actionBarStyle">@style/PlumbleDarkActionBar</item>
<item name="actionBarStyle">@style/PlumbleDarkActionBar</item>