summaryrefslogtreecommitdiff
path: root/org.fox.ttcomics/src/main/res/values/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/style.xml
parentff805166628e82c762eeefcd91eb1fadc4222799 (diff)
* follow system dark/day theme
* remove viewpager transforms (buggy)
Diffstat (limited to 'org.fox.ttcomics/src/main/res/values/style.xml')
-rw-r--r--org.fox.ttcomics/src/main/res/values/style.xml14
1 files changed, 2 insertions, 12 deletions
diff --git a/org.fox.ttcomics/src/main/res/values/style.xml b/org.fox.ttcomics/src/main/res/values/style.xml
index 8e5eac5..5540514 100644
--- a/org.fox.ttcomics/src/main/res/values/style.xml
+++ b/org.fox.ttcomics/src/main/res/values/style.xml
@@ -1,24 +1,14 @@
<resources>
- <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
- <item name="colorPrimary">#607D8B</item>
- <item name="colorPrimaryDark">#455A64</item>
- <item name="colorAccent">#FF5722</item>
- </style>
-
- <style name="ViewLightTheme" parent="AppTheme">
-
+ <style name="AppTheme.Base" parent="Theme.AppCompat.DayNight.NoActionBar">
</style>
- <style name="ViewDarkTheme" parent="ViewDarkTheme.Base">
+ <style name="AppTheme" parent="AppTheme.Base">
<item name="colorPrimary">#607D8B</item>
<item name="colorPrimaryDark">#455A64</item>
<item name="colorAccent">#FF5722</item>
</style>
- <style name="ViewDarkTheme.Base" parent="Theme.AppCompat.NoActionBar">
- </style>
-
<style name="DarkDialogTheme" parent="android:Theme">
</style>
</resources> \ No newline at end of file