Merge pull request #674 from mfietz/issue/670

Queue: Drag handle area now 4x the size
This commit is contained in:
Tom Hennen 2015-03-15 14:53:07 -04:00
commit 14e047a898
1 changed files with 3 additions and 2 deletions

View File

@ -9,9 +9,10 @@
<ImageView
android:id="@+id/drag_handle"
android:layout_width="24dp"
android:layout_width="104dp"
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:scaleType="center"
android:src="?attr/dragview_background"