1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-12-12 15:21:11 +01:00

Set windowSoftInputMode to adjustResize, Repair sharing text into app, Repair image sharing on 4.2

This commit is contained in:
vanitasvitae 2016-09-22 23:20:13 +02:00
parent a1ca8596b8
commit 5c41c62c85
4 changed files with 46 additions and 21 deletions

View file

@ -53,7 +53,7 @@
<activity
android:name=".activity.MainActivity"
android:launchMode="singleTop"
android:windowSoftInputMode="adjustPan"
android:windowSoftInputMode="adjustResize"
android:configChanges="keyboardHidden|orientation|screenSize"
android:theme="@style/AppTheme.NoActionBar"
android:label="@string/diaspora">