mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-15 12:35:09 +01:00
fee4328ad0
+ Text fix + clearing new chapters notifcation if user manually goes to updates screen
19 lines
1.1 KiB
XML
19 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<style name="Base.Theme.AppCompat" parent="@style/Base.V26.Theme.AppCompat" />
|
|
<style name="Base.Theme.AppCompat.Light" parent="@style/Base.V26.Theme.AppCompat.Light" />
|
|
<style name="Base.Widget.AppCompat.Toolbar" parent="@style/Base.V26.Widget.AppCompat.Toolbar" />
|
|
<style name="Base.V26.Theme.AppCompat" parent="@style/Base.V23.Theme.AppCompat">
|
|
<item name="colorError">?android:colorError</item>
|
|
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
|
|
</style>
|
|
<style name="Base.V26.Theme.AppCompat.Light" parent="@style/Base.V23.Theme.AppCompat.Light">
|
|
<item name="colorError">?android:colorError</item>
|
|
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
|
|
</style>
|
|
<style name="Base.V26.Widget.AppCompat.Toolbar" parent="@style/Base.V7.Widget.AppCompat.Toolbar">
|
|
<item name="android:touchscreenBlocksFocus">true</item>
|
|
<item name="android:keyboardNavigationCluster">true</item>
|
|
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
|
|
</style>
|
|
</resources> |