mirror of
https://github.com/olgamiller/SSTVEncoder2.git
synced 2026-04-05 22:35:39 +00:00
Added configChanges and windowSoftInputMode attributes to EditTextActivity manifest
This commit is contained in:
parent
7af631dae6
commit
b2574a666d
1 changed files with 4 additions and 1 deletions
|
|
@ -39,7 +39,10 @@
|
|||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name=".EditTextActivity"/>
|
||||
<activity
|
||||
android:name=".EditTextActivity"
|
||||
android:configChanges="keyboardHidden|orientation|screenSize"
|
||||
android:windowSoftInputMode="stateVisible|adjustPan"/>
|
||||
|
||||
</application>
|
||||
</manifest>
|
||||
Loading…
Add table
Add a link
Reference in a new issue