Handle orientation changes

This commit is contained in:
M66B 2015-10-25 13:26:15 +01:00
parent 9a4e9e52fb
commit 9efc0f9155
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
android:theme="@style/AppTheme">
<activity
android:name=".ActivityMain"
android:configChanges="orientation|screenSize"
android:launchMode="singleTop">
<intent-filter>
<action android:name="android.intent.action.MAIN" />