android/experimental/LOAndroid3/res/layout/about.xml |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 19651d7b87835a391b566aa077c28e97c18e3b23
Author: Miklos Vajna <vmik...@collabora.co.uk>
Date:   Tue Jan 20 18:13:34 2015 +0100

    android: make the about dialog scrollable
    
    Content was cut in landscape mode on smaller screens.
    
    Change-Id: Ic3b52da7a4ba9e093946be814afa93226cc34c4b

diff --git a/android/experimental/LOAndroid3/res/layout/about.xml 
b/android/experimental/LOAndroid3/res/layout/about.xml
index 49f707a..9882ab1 100644
--- a/android/experimental/LOAndroid3/res/layout/about.xml
+++ b/android/experimental/LOAndroid3/res/layout/about.xml
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 
+<ScrollView>
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android";
               android:layout_width="match_parent"
               android:layout_height="match_parent"
@@ -43,3 +44,4 @@
         android:textColor="@android:color/secondary_text_light"
         android:textSize="18sp"/>
 </LinearLayout>
+</ScrollView>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to