Migrate ReaderPageSheet to Compose

This commit is contained in:
arkon
2023-06-23 23:17:47 -04:00
parent 42bc2b07ce
commit f2b0d74b4c
9 changed files with 188 additions and 187 deletions
@@ -137,4 +137,9 @@
android:layout_height="match_parent"
android:visibility="gone" />
<androidx.compose.ui.platform.ComposeView
android:id="@+id/dialog_root"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</FrameLayout>