Эх сурвалжийг харах

Grant that any suggestion may be selected without software keyboard overlapping

David A. Velasco 9 жил өмнө
parent
commit
dea69d5fd7
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  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>