Fix overflowed action toolbar items

This commit is contained in:
arkon
2021-11-15 09:51:02 -05:00
parent a34c2b082f
commit c74d8cf499
4 changed files with 44 additions and 22 deletions

View File

@@ -25,7 +25,8 @@
<androidx.appcompat.widget.ActionMenuView
android:id="@+id/menu"
android:layout_width="match_parent"
android:layout_height="match_parent" />
android:layout_height="match_parent"
android:layout_gravity="center" />
</com.google.android.material.appbar.MaterialToolbar>