summaryrefslogtreecommitdiff
path: root/org.fox.ttcomics/src/main/res/values-night-v21/style.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-04-22 16:51:03 +0300
committerAndrew Dolgov <[email protected]>2020-04-22 16:51:03 +0300
commit736819cfea62d070c0549b354738a35e34fb2f3b (patch)
tree8f8ec4dc7f58084d857b3525a9c4dd8e70820b35 /org.fox.ttcomics/src/main/res/values-night-v21/style.xml
parentff805166628e82c762eeefcd91eb1fadc4222799 (diff)
* follow system dark/day theme
* remove viewpager transforms (buggy)
Diffstat (limited to 'org.fox.ttcomics/src/main/res/values-night-v21/style.xml')
-rw-r--r--org.fox.ttcomics/src/main/res/values-night-v21/style.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/org.fox.ttcomics/src/main/res/values-night-v21/style.xml b/org.fox.ttcomics/src/main/res/values-night-v21/style.xml
new file mode 100644
index 0000000..d300a9b
--- /dev/null
+++ b/org.fox.ttcomics/src/main/res/values-night-v21/style.xml
@@ -0,0 +1,9 @@
+<resources>
+
+ <style name="AppTheme.Base" parent="Theme.AppCompat.DayNight.NoActionBar">
+ <item name="android:navigationBarColor">@android:color/black</item>
+ </style>
+
+ <style name="DarkDialogTheme" parent="android:Theme">
+ </style>
+</resources> \ No newline at end of file