android/experimental/LOAndroid3/res/layout/text_selection_handles.xml |    3 
+--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit d3e571cc544a57c0655fa8490a9bb6fea9199e89
Author: Tomaž Vajngerl <tomaz.vajng...@collabora.co.uk>
Date:   Mon Mar 9 16:03:13 2015 +0900

    android: don't hide CursorView by default
    
    Change-Id: Ic662d71face370457c122946c8dbcb56d6f2bfe7

diff --git 
a/android/experimental/LOAndroid3/res/layout/text_selection_handles.xml 
b/android/experimental/LOAndroid3/res/layout/text_selection_handles.xml
index 3de21f6..122d1b8 100644
--- a/android/experimental/LOAndroid3/res/layout/text_selection_handles.xml
+++ b/android/experimental/LOAndroid3/res/layout/text_selection_handles.xml
@@ -29,7 +29,6 @@
 
     <org.libreoffice.TextCursorView android:id="@+id/text_cursor_view"
                                     android:layout_width="fill_parent"
-                                    android:layout_height="fill_parent"
-                                    android:visibility="gone"/>
+                                    android:layout_height="fill_parent"/>
 
 </merge>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to