瀏覽代碼

Move color filter behind reader toolbars (fixes #2619)

arkon 5 年之前
父節點
當前提交
beb2d880ea
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      app/src/main/res/layout/reader_activity.xml

+ 6 - 6
app/src/main/res/layout/reader_activity.xml

@@ -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>