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:
authorAndrew Comminos <andrew@comminos.com>2017-08-25 01:01:17 +0300
committerGitHub <noreply@github.com>2017-08-25 01:01:17 +0300
commit830e21d27c1d51f661e690327c01e8c1a44f180d (patch)
treee1695b0ec133d3b2f8fe28ad40d20c53063ac4aa
parent2e382f40f191113310b9964b3f31abbeeb9e2d6c (diff)
parent8929223f8889b5f67ba28f5cb8f2129fb86f91b4 (diff)
Merge pull request #173 from olzzon/DarkThemeHEADmaster
Dark theme, background color in PopUpWindow
-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>