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>
|
</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>
|
Ładowanie…
Reference in New Issue