[Android] Maintain the chosen button layout when returning to the input overlay configuration menu.

- Also make the overlay configuration screen fullscreen for the app.

- Also force the overlay activity to be landscape, since this is the only orientation the EmulationActivity supports.
This commit is contained in:
Lioncash
2013-10-25 21:05:42 -04:00
parent c8cf71c913
commit c1ed54832c
2 changed files with 25 additions and 4 deletions

View File

@ -33,12 +33,16 @@
</intent-filter>
</activity>
<activity android:name="org.dolphinemu.dolphinemu.gamelist.GameListActivity" />
<activity android:name="org.dolphinemu.dolphinemu.gamelist.GameListActivity"/>
<activity android:name="org.dolphinemu.dolphinemu.emulation.EmulationActivity"
android:screenOrientation="landscape" />
<activity
android:name="org.dolphinemu.dolphinemu.emulation.EmulationActivity"
android:screenOrientation="landscape" />
<activity android:name="org.dolphinemu.dolphinemu.settings.input.InputOverlayConfigActivity"/>
<activity
android:name="org.dolphinemu.dolphinemu.settings.input.InputOverlayConfigActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"/>
<activity
android:name="org.dolphinemu.dolphinemu.settings.PrefsActivity"