kopia lustrzana https://github.com/olgamiller/SSTVEncoder2
Added configChanges and windowSoftInputMode attributes to EditTextActivity manifest
rodzic
7af631dae6
commit
b2574a666d
|
@ -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>
|
Ładowanie…
Reference in New Issue