Android: Use dialog menu instead of appbar

Fixes it getting messed up in landscape orientation.
This commit is contained in:
Connor McLaughlin
2020-09-19 13:05:33 +10:00
parent d274c553c5
commit a520be5208
5 changed files with 102 additions and 177 deletions

View File

@@ -22,6 +22,7 @@
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_marginTop="8dp"
android:layout_marginRight="64dp"
android:focusable="false"
android:focusableInTouchMode="false"
android:text="Game Title"
@@ -35,6 +36,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_marginRight="64dp"
android:focusable="false"
android:focusableInTouchMode="false"
android:paddingBottom="8px"