mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-11 16:30:49 +01:00
Move color filter behind reader toolbars (fixes #2619)
This commit is contained in:
parent
61d2107e9c
commit
beb2d880ea
1 changed files with 6 additions and 6 deletions
|
@ -34,6 +34,12 @@
|
|||
|
||||
</FrameLayout>
|
||||
|
||||
<eu.kanade.tachiyomi.ui.reader.ReaderColorFilterView
|
||||
android:id="@+id/color_overlay"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:visibility="gone" />
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/reader_menu"
|
||||
android:layout_width="match_parent"
|
||||
|
@ -116,10 +122,4 @@
|
|||
android:layout_height="match_parent"
|
||||
android:visibility="gone" />
|
||||
|
||||
<eu.kanade.tachiyomi.ui.reader.ReaderColorFilterView
|
||||
android:id="@+id/color_overlay"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:visibility="gone" />
|
||||
|
||||
</FrameLayout>
|
||||
|
|
Loading…
Reference in a new issue