[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - android/experimental
Tomaž Vajngerl
tomaz.vajngerl at collabora.co.uk
Mon Mar 9 00:04:59 PDT 2015
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.vajngerl at 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>
More information about the Libreoffice-commits
mailing list