android/source/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 985474a03f902e088d25e005a7d6499037ed8e12 Author: Ximeng Zu <uzno...@yahoo.com> Date: Wed Aug 2 11:23:55 2017 -0500 [Android Viewer] Fix windowSoftInputMode Fix the wrong parameter in AndroidManifest. When changing android:windowSoftInputMode, one should not specify multiple "adjust..." or "state...". Change-Id: I0dcacd846d4fe5c2976fe1708b29086b98f2607b Reviewed-on: https://gerrit.libreoffice.org/40686 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Tomaž Vajngerl <qui...@gmail.com> diff --git a/android/source/AndroidManifest.xml b/android/source/AndroidManifest.xml index a9c3a3a1609d..44fef292f151 100644 --- a/android/source/AndroidManifest.xml +++ b/android/source/AndroidManifest.xml @@ -21,11 +21,12 @@ android:largeHeap="false"> <!-- Viewer Activity --> + <!-- When changing android:windowSoftInputMode, please don't specify multiple "adjust..." or "state...". --> <activity android:name=".LibreOfficeMainActivity" android:label="@string/app_name" android:configChanges="orientation|keyboard|keyboardHidden|screenLayout|uiMode|screenSize|smallestScreenSize" - android:windowSoftInputMode="adjustPan|adjustResize" > + android:windowSoftInputMode="adjustResize" > <intent-filter> <action android:name="android.intent.action.VIEW" />
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits