summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-05-11 02:23:16 +0400
committerAndrew Dolgov <[email protected]>2015-05-11 02:23:16 +0400
commita0fb92e34aaa399517b5ebc95fe6c910d208e1d7 (patch)
tree992b2bdf1b8118341fd978c1f7c3b33815e73d26 /org.fox.ttrss/src/main/res/values
parent42a4fd5d3978c7c488e31389b0caa8096649c363 (diff)
actionbar hiding tweaks; bump version
Diffstat (limited to 'org.fox.ttrss/src/main/res/values')
-rwxr-xr-xorg.fox.ttrss/src/main/res/values/style.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/values/style.xml b/org.fox.ttrss/src/main/res/values/style.xml
index 982fb1a7..d82b40a8 100755
--- a/org.fox.ttrss/src/main/res/values/style.xml
+++ b/org.fox.ttrss/src/main/res/values/style.xml
@@ -1,6 +1,8 @@
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<style name="LightTheme" parent="Theme.AppCompat.Light.DarkActionBar">
+ <item name="windowActionBarOverlay">true</item>
+
<item name="statusBarHintColor">?colorPrimary</item>
<item name="ttrssHorizontalDivider">@android:drawable/divider_horizontal_bright</item>
<item name="feedlistBackground">#e0e0e0</item>