Made the drag view of list items easier to touch.
This commit is contained in:
parent
e2a9c363cc
commit
d24c7f11cd
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/drag_view"
|
android:id="@+id/drag_view"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="match_parent"
|
||||||
android:layout_gravity="center_vertical|start"
|
android:layout_gravity="center_vertical|start"
|
||||||
android:layout_marginLeft="-8dp"
|
android:layout_marginLeft="-8dp"
|
||||||
android:layout_marginStart="-8dp"
|
android:layout_marginStart="-8dp"
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/drag_view"
|
android:id="@+id/drag_view"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="match_parent"
|
||||||
android:layout_gravity="center_vertical|start"
|
android:layout_gravity="center_vertical|start"
|
||||||
android:layout_marginLeft="-8dp"
|
android:layout_marginLeft="-8dp"
|
||||||
android:layout_marginStart="-8dp"
|
android:layout_marginStart="-8dp"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue