Migrate reader low brightness overlay to Compose

This commit is contained in:
arkon
2023-10-24 22:21:17 -04:00
parent 0a0b686119
commit d9c0b1ce7d
5 changed files with 39 additions and 19 deletions

View File

@@ -35,12 +35,6 @@
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" />
<androidx.compose.ui.platform.ComposeView
android:id="@+id/dialog_root"
android:layout_width="match_parent"