|
@@ -37,6 +37,12 @@
|
|
|
android:focusable="false"
|
|
|
android:visibility="gone" />
|
|
|
|
|
|
+ <View
|
|
|
+ android:id="@+id/brightness_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"
|
|
@@ -144,12 +150,6 @@
|
|
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
- <View
|
|
|
- android:id="@+id/brightness_overlay"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:visibility="gone" />
|
|
|
-
|
|
|
<androidx.compose.ui.platform.ComposeView
|
|
|
android:id="@+id/dialog_root"
|
|
|
android:layout_width="match_parent"
|