Grant that any suggestion may be selected without software keyboard overlapping
authorDavid A. Velasco <dvelasco@solidgear.es>
Tue, 20 Oct 2015 11:18:47 +0000 (13:18 +0200)
committerDavid A. Velasco <dvelasco@solidgear.es>
Fri, 30 Oct 2015 15:37:34 +0000 (16:37 +0100)
AndroidManifest.xml

index 9f73908..805e9ce 100644 (file)
             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" >
             <intent-filter>
                 <action android:name="android.intent.action.SEARCH" />
             </intent-filter>