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:
parent
a1ca8596b8
commit
5c41c62c85
4 changed files with 46 additions and 21 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue