android/source/AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit c1769e9b27bcf62e644927139d07ee195803363a Author: Ximeng Zu <uzno...@yahoo.com> Date: Sun Mar 26 12:25:19 2017 -0500 tdf#96816 android: top part unreachable with soft keyboard Uncomment in Manifest file the line related to input method: android:windowSoftInputMode="adjustResize" This allows for panning and zooming to the top part of the document. Change-Id: Ic75489071add6b52948d381f4f8b7205148b78ef Reviewed-on: https://gerrit.libreoffice.org/35721 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Tomaž Vajngerl <qui...@gmail.com> Tested-by: Tomaž Vajngerl <qui...@gmail.com> diff --git a/android/source/AndroidManifest.xml b/android/source/AndroidManifest.xml index 601f478ae352..d0fde624572d 100644 --- a/android/source/AndroidManifest.xml +++ b/android/source/AndroidManifest.xml @@ -24,8 +24,8 @@ <activity android:name=".LibreOfficeMainActivity" android:label="@string/app_name" - android:configChanges="orientation|keyboard|keyboardHidden|screenLayout|uiMode|screenSize|smallestScreenSize" > - <!-- android:windowSoftInputMode="adjustResize" --> + android:configChanges="orientation|keyboard|keyboardHidden|screenLayout|uiMode|screenSize|smallestScreenSize" + 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