[Libreoffice-commits] core.git: android/source

Ximeng Zu uznomis at yahoo.com
Thu Mar 30 20:17:15 UTC 2017


 android/source/AndroidManifest.xml |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c1769e9b27bcf62e644927139d07ee195803363a
Author: Ximeng Zu <uznomis at 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 <ci at libreoffice.org>
    Reviewed-by: Tomaž Vajngerl <quikee at gmail.com>
    Tested-by: Tomaž Vajngerl <quikee at 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" />


More information about the Libreoffice-commits mailing list