Solve bug that push view when android keyboard is shown

This commit is contained in:
Angela Mazzurco 2017-07-08 17:39:56 +02:00
parent ddaa03514c
commit 5205301e10

View File

@ -11,6 +11,7 @@
android:label="RetroShare"
android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation"
android:screenOrientation="unspecified"
android:windowSoftInputMode="adjustResize"
android:launchMode="singleTask">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>