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

@ -18,7 +18,7 @@
android:configChanges="orientation|keyboardHidden|screenSize"
android:label="@string/title_activity_emulation"
android:parentActivityName=".MainActivity"
android:theme="@style/FullscreenTheme"
android:theme="@style/Theme.AppCompat.DayNight.NoActionBar"
android:immersive="true">
<meta-data
android:name="android.support.PARENT_ACTIVITY"