mirror of
https://github.com/olgamiller/SSTVEncoder2.git
synced 2025-12-06 06:52:01 +01:00
Added configChanges and windowSoftInputMode attributes to EditTextActivity manifest
This commit is contained in:
parent
7af631dae6
commit
b2574a666d
|
|
@ -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>
|
||||||
Loading…
Reference in a new issue