Browse Source

Let MediaBoxView be in front of Toolbar

cooperku_kdanmobile 4 years ago
parent
commit
aacf9c87c9
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/main/res/layout/activity_reader.xml

+ 3 - 1
src/main/res/layout/activity_reader.xml

@@ -232,7 +232,9 @@
     <com.kdanmobile.reader.screen.reader.mediabox.MediaBoxView
         android:id="@+id/mediaBoxView"
         android:layout_width="match_parent"
-        android:layout_height="match_parent" />
+        android:layout_height="match_parent"
+        android:translationZ="100dp"
+        tools:ignore="UnusedAttribute" />
 
     <include
         android:id="@+id/view_ink_menu"