summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-06-04 14:56:54 +0300
committerAndrew Dolgov <[email protected]>2015-06-04 14:56:54 +0300
commit0112c0cc4f6f23f6fcb693cbae6edebcac701219 (patch)
tree589ba24729328558fde383503b2a0016ec8df475 /org.fox.ttrss/src/main/res/values
parente4afee101429b0bcb3fcf0fa1e93e5e729c5d5e2 (diff)
show drawer behind translucent statusbar, jesus fuck
Diffstat (limited to 'org.fox.ttrss/src/main/res/values')
-rwxr-xr-xorg.fox.ttrss/src/main/res/values/colors.xml6
-rwxr-xr-xorg.fox.ttrss/src/main/res/values/style.xml12
2 files changed, 16 insertions, 2 deletions
diff --git a/org.fox.ttrss/src/main/res/values/colors.xml b/org.fox.ttrss/src/main/res/values/colors.xml
new file mode 100755
index 00000000..79f6fa96
--- /dev/null
+++ b/org.fox.ttrss/src/main/res/values/colors.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <item name="window_background" type="color">#526A8E</item>
+ <item name="window_background_dark" type="color">#455A64</item>
+
+</resources> \ No newline at end of file
diff --git a/org.fox.ttrss/src/main/res/values/style.xml b/org.fox.ttrss/src/main/res/values/style.xml
index ffb54b1f..5368daa4 100755
--- a/org.fox.ttrss/src/main/res/values/style.xml
+++ b/org.fox.ttrss/src/main/res/values/style.xml
@@ -1,6 +1,10 @@
<resources xmlns:android="http://schemas.android.com/apk/res/android">
- <style name="LightTheme" parent="Theme.AppCompat.Light.NoActionBar">
+ <style name="LightTheme.Base" parent="Theme.AppCompat.Light.NoActionBar">
+
+ </style>
+
+ <style name="LightTheme" parent="LightTheme.Base">
<item name="windowActionModeOverlay">true</item>
<item name="statusBarHintColor">?colorPrimary</item>
@@ -48,7 +52,11 @@
<item name="ic_filter_variant">@drawable/ic_filter_variant_dark</item>
</style>
- <style name="DarkTheme" parent="Theme.AppCompat.NoActionBar">
+ <style name="DarkTheme.Base" parent="Theme.AppCompat.NoActionBar">
+
+ </style>
+
+ <style name="DarkTheme" parent="DarkTheme.Base">
<item name="windowActionModeOverlay">true</item>
<item name="statusBarHintColor">?colorPrimary</item>