summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-11-30 13:27:04 +0300
committerAndrew Dolgov <[email protected]>2019-11-30 13:27:04 +0300
commitd345d9a7f4ca3f91a9e8bd76de8ba5ec193a5a04 (patch)
tree14cb67c97fcd22cb07ba2b99719bcdc70b5d5ec4 /org.fox.ttrss/src/main/res
parent21ff9102e2c314b0c51a872e4b7781a299e10016 (diff)
set appcompat theme noactionbar/notitle attributes
Diffstat (limited to 'org.fox.ttrss/src/main/res')
-rwxr-xr-xorg.fox.ttrss/src/main/res/values-v21/style.xml2
-rwxr-xr-xorg.fox.ttrss/src/main/res/values/style.xml2
2 files changed, 4 insertions, 0 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 17484a87..3e26f96f 100755
--- a/org.fox.ttrss/src/main/res/values-v21/style.xml
+++ b/org.fox.ttrss/src/main/res/values-v21/style.xml
@@ -3,6 +3,8 @@
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
<item name="android:statusBarColor">@android:color/transparent</item>
<item name="android:windowBackground">@color/window_background</item>
+ <item name="windowActionBar">false</item>
+ <item name="windowNoTitle">true</item>
</style>
<!-- <style name="DarkTheme.Base" parent="Theme.AppCompat.NoActionBar">
diff --git a/org.fox.ttrss/src/main/res/values/style.xml b/org.fox.ttrss/src/main/res/values/style.xml
index 711b62a7..6dbda125 100755
--- a/org.fox.ttrss/src/main/res/values/style.xml
+++ b/org.fox.ttrss/src/main/res/values/style.xml
@@ -2,6 +2,8 @@
<style name="AppTheme.Base" parent="Theme.AppCompat.DayNight">
<item name="android:windowNoTitle">true</item>
+ <item name="windowActionBar">false</item>
+ <item name="windowNoTitle">true</item>
</style>
<style name="AppTheme" parent="AppTheme.Base">