diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2015-04-03 18:10:05 +0900 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-04-07 09:18:15 +0200 |
commit | 1c4202d2f8146288615968ac88a70638a99b04f0 (patch) | |
tree | eed7aa559a86839605b2f280238d613623fef9c9 | |
parent | bf11827971d7a1f519ed2aa6901bf3be17931338 (diff) |
android: remove selection handles from xml definition
Change-Id: I41d1d121f9d2d805624c4c8380a7c67bcd12f856
-rw-r--r-- | android/experimental/LOAndroid3/res/layout/text_selection_handles.xml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/android/experimental/LOAndroid3/res/layout/text_selection_handles.xml b/android/experimental/LOAndroid3/res/layout/text_selection_handles.xml index 0ee1048f36f0..b75ffd9e22ec 100644 --- a/android/experimental/LOAndroid3/res/layout/text_selection_handles.xml +++ b/android/experimental/LOAndroid3/res/layout/text_selection_handles.xml @@ -6,30 +6,6 @@ <merge xmlns:android="http://schemas.android.com/apk/res/android" xmlns:gecko="http://schemas.android.com/apk/res-auto"> - <org.mozilla.gecko.TextSelectionHandle - android:id="@+id/start_handle" - android:layout_width="@dimen/text_selection_handle_width" - android:layout_height="@dimen/text_selection_handle_height" - android:src="@drawable/handle_start_level" - android:visibility="gone" - gecko:handleType="start"/> - - <org.mozilla.gecko.TextSelectionHandle - android:id="@+id/middle_handle" - android:layout_width="@dimen/text_selection_handle_width" - android:layout_height="@dimen/text_selection_handle_height" - android:src="@drawable/handle_middle" - android:visibility="gone" - gecko:handleType="middle"/> - - <org.mozilla.gecko.TextSelectionHandle - android:id="@+id/end_handle" - android:layout_width="@dimen/text_selection_handle_width" - android:layout_height="@dimen/text_selection_handle_height" - android:src="@drawable/handle_end_level" - android:visibility="gone" - gecko:handleType="end"/> - <org.libreoffice.overlay.TextCursorView android:id="@+id/text_cursor_view" android:layout_width="fill_parent" |