Added Android code
[wl-app.git] / Android / webViewMarker / src / main / res / layout / selection_drag_layer.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <com.blahti.drag.DragLayer 
3         xmlns:android="http://schemas.android.com/apk/res/android"
4             android:id="@+id/dragLayer"
5             android:layout_width="match_parent"
6             android:layout_height="match_parent"
7             android:background="@android:color/transparent" >
8         
9             <ImageView
10                     android:id="@+id/startHandle"
11                     android:src="@drawable/text_select_handle_left"
12                     android:layout_width="wrap_content"
13                     android:layout_height="wrap_content"
14                     android:scaleType="center" />
15                 <ImageView
16                     android:id="@+id/endHandle"
17                     android:src="@drawable/text_select_handle_right"
18                     android:layout_width="wrap_content"
19                     android:layout_height="wrap_content"
20                     android:scaleType="center" />
21         
22         </com.blahti.drag.DragLayer>