summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values-v21
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-v21
parente4afee101429b0bcb3fcf0fa1e93e5e729c5d5e2 (diff)
show drawer behind translucent statusbar, jesus fuck
Diffstat (limited to 'org.fox.ttrss/src/main/res/values-v21')
-rwxr-xr-x[-rw-r--r--]org.fox.ttrss/src/main/res/values-v21/style.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/values-v21/style.xml b/org.fox.ttrss/src/main/res/values-v21/style.xml
index c3ac29a1..8cbb25d7 100644..100755
--- a/org.fox.ttrss/src/main/res/values-v21/style.xml
+++ b/org.fox.ttrss/src/main/res/values-v21/style.xml
@@ -1,5 +1,14 @@
<resources xmlns:android="http://schemas.android.com/apk/res/android">
-
+ <style name="LightTheme.Base" parent="Theme.AppCompat.Light.NoActionBar">
+ <item name="android:windowTranslucentStatus">true</item>
+ <item name="android:windowBackground">@color/window_background</item>
+ </style>
+
+ <style name="DarkTheme.Base" parent="Theme.AppCompat.NoActionBar">
+ <item name="android:windowTranslucentStatus">true</item>
+ <item name="android:windowBackground">@color/window_background_dark</item>
+ </style>
+
<style name="DarkDialogTheme" parent="android:Theme.Material.Dialog">
</style>