Merge pull request #674 from mfietz/issue/670
Queue: Drag handle area now 4x the size
This commit is contained in:
commit
14e047a898
|
@ -9,9 +9,10 @@
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/drag_handle"
|
android:id="@+id/drag_handle"
|
||||||
android:layout_width="24dp"
|
android:layout_width="104dp"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_margin="8dp"
|
android:layout_marginLeft="-32dp"
|
||||||
|
android:layout_marginRight="-32dp"
|
||||||
android:contentDescription="@string/drag_handle_content_description"
|
android:contentDescription="@string/drag_handle_content_description"
|
||||||
android:scaleType="center"
|
android:scaleType="center"
|
||||||
android:src="?attr/dragview_background"
|
android:src="?attr/dragview_background"
|
||||||
|
|
Loading…
Reference in New Issue