Move manga screen filter sheet to toolbar
Closes #6927 This makes it more consistent with the library. Tapping the chapters heading still opens the sheet for convenience.
This commit is contained in:
@@ -6,9 +6,6 @@
|
||||
<!-- Theme Colors -->
|
||||
<item name="colorSurface">@color/surface_amoled</item>
|
||||
<item name="android:colorBackground">@color/background_amoled</item>
|
||||
|
||||
<!-- Custom Attributes-->
|
||||
<item name="colorFilterActive">@color/filter_dark</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -12,6 +12,4 @@
|
||||
<attr name="summary" format="reference|string" />
|
||||
</declare-styleable>
|
||||
|
||||
<attr name="colorFilterActive" format="reference|integer"/>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -19,9 +19,6 @@
|
||||
<color name="surface_amoled">#000001</color>
|
||||
<color name="background_amoled">#000000</color>
|
||||
|
||||
<color name="filter_light">#FFC107</color>
|
||||
<color name="filter_dark">#FFEB3B</color>
|
||||
|
||||
<color name="reader_background_dark">#202125</color>
|
||||
|
||||
<!-- Material Design Colors -->
|
||||
|
||||
@@ -79,9 +79,6 @@
|
||||
<item name="sliderStyle">@style/Widget.Tachiyomi.Slider</item>
|
||||
<item name="materialCardViewStyle">@style/Widget.Material3.CardView.Elevated</item>
|
||||
|
||||
<!-- Custom Attributes-->
|
||||
<item name="colorFilterActive">@color/filter_light</item>
|
||||
|
||||
<!-- Preference text appearance -->
|
||||
<item name="android:textAppearanceListItem">?attr/textAppearanceBodyLarge</item>
|
||||
<item name="android:textAppearanceListItemSecondary">@style/TextAppearance.Tachiyomi.Preference.Secondary</item>
|
||||
|
||||
Reference in New Issue
Block a user