소스 검색

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>