From: David A. Velasco Date: Tue, 20 Oct 2015 11:18:47 +0000 (+0200) Subject: Grant that any suggestion may be selected without software keyboard overlapping X-Git-Tag: oc-android-1.9^2~30^2~40 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/dea69d5fd7765b04f9d98c1865d56c33c4dca18a?ds=inline Grant that any suggestion may be selected without software keyboard overlapping --- diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 9f739085..805e9ce7 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -197,7 +197,8 @@ android:name=".ui.activity.ShareActivity" android:label="@string/share_dialog_title" android:theme="@style/Theme.ownCloud.Dialog" - android:launchMode="singleTop" > + android:launchMode="singleTop" + android:windowSoftInputMode="adjustResize" >