summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values/style.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-06-04 16:13:06 +0300
committerAndrew Dolgov <[email protected]>2015-06-04 16:13:06 +0300
commit0dd21425bddc39279ccf741f4c9ae76b3b9fae90 (patch)
tree2dbdfbc3f70816e4b1b46ada30d4ff1aa763e416 /org.fox.ttrss/src/main/res/values/style.xml
parent0112c0cc4f6f23f6fcb693cbae6edebcac701219 (diff)
show drawer behind translucent statusbar, jesus fuck (2)
now with scriminsetwhatsitsface
Diffstat (limited to 'org.fox.ttrss/src/main/res/values/style.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/values/style.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/org.fox.ttrss/src/main/res/values/style.xml b/org.fox.ttrss/src/main/res/values/style.xml
index 5368daa4..396a71bc 100755
--- a/org.fox.ttrss/src/main/res/values/style.xml
+++ b/org.fox.ttrss/src/main/res/values/style.xml
@@ -1,13 +1,14 @@
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<style name="LightTheme.Base" parent="Theme.AppCompat.Light.NoActionBar">
+ <item name="android:windowNoTitle">true</item>
</style>
<style name="LightTheme" parent="LightTheme.Base">
<item name="windowActionModeOverlay">true</item>
- <item name="statusBarHintColor">?colorPrimary</item>
+ <!-- <item name="statusBarHintColor">?colorPrimary</item> -->
<item name="ttrssHorizontalDivider">@android:drawable/divider_horizontal_bright</item>
<item name="feedlistBackground">#e0e0e0</item>
<item name="unreadCounterColor">#909090</item>
@@ -59,7 +60,7 @@
<style name="DarkTheme" parent="DarkTheme.Base">
<item name="windowActionModeOverlay">true</item>
- <item name="statusBarHintColor">?colorPrimary</item>
+ <!-- <item name="statusBarHintColor">?colorPrimary</item> -->
<item name="unreadCounterColor">#909090</item>
<item name="feedlistTextColor">@android:color/primary_text_dark</item>
<item name="headlineUnreadTextColor">@android:color/primary_text_dark</item>