Browse Source

Grant that any suggestion may be selected without software keyboard overlapping

David A. Velasco 9 năm trước cách đây
mục cha
commit
dea69d5fd7
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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>