summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2015-03-09 16:03:13 +0900
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-03-09 10:16:21 +0100
commit8c5a9009c8126bae0da9c8f6e68056dee291ea26 (patch)
tree51883370e95ebe18319f74ebbdf4ea6018d4fff1 /android
parent049aa53dc2d37efade89b8a96ef60ea7bd428192 (diff)
android: don't hide CursorView by default
Change-Id: Ic662d71face370457c122946c8dbcb56d6f2bfe7
Diffstat (limited to 'android')
-rw-r--r--android/experimental/LOAndroid3/res/layout/text_selection_handles.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/android/experimental/LOAndroid3/res/layout/text_selection_handles.xml b/android/experimental/LOAndroid3/res/layout/text_selection_handles.xml
index 3de21f65d320..122d1b8bb13e 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>