summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-11-28 08:18:25 +0300
committerAndrew Dolgov <[email protected]>2019-11-28 08:18:25 +0300
commit9a8677904b7792f13938d61ee63cac90245bcaeb (patch)
treee99cbb5819fc58aff08057c9d460bad57273bcdf
parent290fe68fc611c7897face796318a83f11ace622c (diff)
add base v21 night theme
-rw-r--r--org.fox.ttrss/src/main/res/values-night-v21/style.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/values-night-v21/style.xml b/org.fox.ttrss/src/main/res/values-night-v21/style.xml
new file mode 100644
index 00000000..c154ed8a
--- /dev/null
+++ b/org.fox.ttrss/src/main/res/values-night-v21/style.xml
@@ -0,0 +1,12 @@
+<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_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