Queue: Drag section now over 4x the size

This commit is contained in:
Martin Fietz 2015-03-14 11:11:09 +01:00
parent d312f883fe
commit 3fab6ab757
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"