Added configChanges and windowSoftInputMode attributes to EditTextActivity manifest

This commit is contained in:
Olga Miller 2017-01-05 10:00:25 +01:00
parent 7af631dae6
commit b2574a666d

View file

@ -39,7 +39,10 @@
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".EditTextActivity"/> <activity
android:name=".EditTextActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:windowSoftInputMode="stateVisible|adjustPan"/>
</application> </application>
</manifest> </manifest>