Abstract bottom action menu code to main activity

This commit is contained in:
arkon
2020-03-08 13:57:50 -04:00
parent af05c34da3
commit 9f8046324d
6 changed files with 86 additions and 34 deletions

View File

@@ -42,6 +42,11 @@
android:layout_height="0dp"
android:layout_weight="1" />
<eu.kanade.tachiyomi.widget.BottomActionMenu
android:id="@+id/bottom_action_menu"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<com.google.android.material.bottomnavigation.BottomNavigationView
android:id="@+id/bottom_nav"
android:layout_width="match_parent"