aboutsummaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res
diff options
context:
space:
mode:
authorAndrew Dolgov <noreply@fakecake.org>2019-12-10 16:53:40 +0300
committerAndrew Dolgov <noreply@fakecake.org>2019-12-10 16:53:40 +0300
commit9782c1a728456523cf019ca3b7fedbb2e5dd2975 (patch)
tree6a879e822410a5d24846c7b108b608596e7283e6 /org.fox.ttrss/src/main/res
parent1a187bba0261e34e68e428a54e3f041557174aa4 (diff)
parent590faa1302a195d9b541baa0b962954e31cbf16e (diff)
Merge branch 'master' of git.fakecake.org:tt-rss-android
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">