فهرست منبع

Grant that any suggestion may be selected without software keyboard overlapping

David A. Velasco 9 سال پیش
والد
کامیت
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>