Browse Source

Grant that any suggestion may be selected without software keyboard overlapping

David A. Velasco 9 years ago
parent
commit
dea69d5fd7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      AndroidManifest.xml

+ 2 - 1
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" >
             <intent-filter>
                 <action android:name="android.intent.action.SEARCH" />
             </intent-filter>