summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-17 09:59:03 +0400
committerAndrew Dolgov <[email protected]>2014-10-17 09:59:03 +0400
commit4b3caa2d0baca2a98be1f047b74d418c90d5e4f9 (patch)
treed472e3536d0ad3602f8a237e25f4caed6c9be03c /org.fox.ttrss/src/main/res
parent2af8bc98c87676265585fd70eaca9b39fa2f8a61 (diff)
do not enable translucent statusbar in fullscreen mode
Diffstat (limited to 'org.fox.ttrss/src/main/res')
-rw-r--r--org.fox.ttrss/src/main/res/values-v19/style.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/org.fox.ttrss/src/main/res/values-v19/style.xml b/org.fox.ttrss/src/main/res/values-v19/style.xml
deleted file mode 100644
index 67781339..00000000
--- a/org.fox.ttrss/src/main/res/values-v19/style.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<resources xmlns:android="http://schemas.android.com/apk/res/android">
-
- <style name="LightTheme" parent="LightThemeBase">
- <item name="android:windowTranslucentStatus">true</item>
- <item name="android:windowTranslucentNavigation">false</item>
- </style>
-
- <style name="SepiaTheme" parent="SepiaThemeBase">
- <item name="android:windowTranslucentStatus">true</item>
- <item name="android:windowTranslucentNavigation">false</item>
- </style>
-
- <style name="HoloTheme" parent="HoloThemeBase">
- <item name="android:windowTranslucentStatus">true</item>
- <item name="android:windowTranslucentNavigation">false</item>
- </style>
-
- <style name="DarkTheme" parent="DarkThemeBase">
- <item name="android:windowTranslucentStatus">true</item>
- <item name="android:windowTranslucentNavigation">false</item>
- </style>
-
-</resources> \ No newline at end of file