aboutsummaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values-v21
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttrss/src/main/res/values-v21')
-rwxr-xr-xorg.fox.ttrss/src/main/res/values-v21/style.xml20
1 files changed, 0 insertions, 20 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
deleted file mode 100755
index 3e26f96f..00000000
--- a/org.fox.ttrss/src/main/res/values-v21/style.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<resources xmlns:android="http://schemas.android.com/apk/res/android">
- <style name="AppTheme.Base" parent="Theme.AppCompat.DayNight.NoActionBar">
- <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">
- <item name="android:windowDrawsSystemBarBackgrounds">true</item>
- <item name="android:statusBarColor">@android:color/transparent</item>
- <item name="android:windowBackground">@color/window_background_dark</item>
- <item name="android:navigationBarColor">@android:color/black</item>
- </style> -->
-
- <style name="DarkDialogTheme" parent="android:Theme.Material.Dialog">
- </style>
-
-</resources> \ No newline at end of file