Refactor reader bottom bar to presentation package

This commit is contained in:
arkon
2023-10-12 22:42:49 -04:00
parent 90d3dd2242
commit 7c01201055
5 changed files with 141 additions and 81 deletions

View File

@@ -56,12 +56,6 @@
android:layout_height="wrap_content"
android:minHeight="?attr/actionBarSize" />
<androidx.compose.ui.platform.ComposeView
android:id="@+id/reader_menu_bottom"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom" />
</FrameLayout>
<androidx.compose.ui.platform.ComposeView