При открытии клавиатуры активити не пересоздаётся

This commit is contained in:
Victor 2015-05-03 15:49:57 +03:00
parent 243f6de59e
commit 2027be94ee

View File

@ -30,6 +30,7 @@
<activity <activity
android:name="com.annimon.everlastingsummer.ViewActivity" android:name="com.annimon.everlastingsummer.ViewActivity"
android:screenOrientation="landscape" android:screenOrientation="landscape"
android:configChanges="keyboardHidden|orientation"
android:label="@string/app_name" android:label="@string/app_name"
android:theme="@style/FullscreenTheme" > android:theme="@style/FullscreenTheme" >
<intent-filter> <intent-filter>