summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values-v21
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-11-28 08:13:17 +0300
committerAndrew Dolgov <[email protected]>2019-11-28 08:13:17 +0300
commit290fe68fc611c7897face796318a83f11ace622c (patch)
tree1a8bbdea95d195ccefb3f7eb604615b00052d3d7 /org.fox.ttrss/src/main/res/values-v21
parentd3b537d6a8e960f84256051666e2b5bea72b91cc (diff)
use Theme.DayNight and values-night to implement light/dark theme
GalleryActivity: add all checked images together to prevent pager desync
Diffstat (limited to 'org.fox.ttrss/src/main/res/values-v21')
-rwxr-xr-xorg.fox.ttrss/src/main/res/values-v21/style.xml6
1 files changed, 3 insertions, 3 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 1e5a366a..17484a87 100755
--- a/org.fox.ttrss/src/main/res/values-v21/style.xml
+++ b/org.fox.ttrss/src/main/res/values-v21/style.xml
@@ -1,16 +1,16 @@
<resources xmlns:android="http://schemas.android.com/apk/res/android">
- <style name="LightTheme.Base" parent="Theme.AppCompat.Light.NoActionBar">
+ <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>
</style>
- <style name="DarkTheme.Base" parent="Theme.AppCompat.NoActionBar">
+ <!-- <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> -->
<style name="DarkDialogTheme" parent="android:Theme.Material.Dialog">
</style>