Skip to content

Commit b909a2a

Browse files
committed
remove useless offset
1 parent b3fe10c commit b909a2a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

demo/src/main/res/layout/listview_item.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
xmlns:swipe="http://schemas.android.com/apk/res-auto"
77
android:id="@+id/swipe"
88
android:layout_width="match_parent"
9-
android:layout_height="wrap_content"
10-
swipe:horizontalSwipeOffset="25dp"
11-
>
9+
android:layout_height="wrap_content">
1210

1311
<LinearLayout
1412
android:background="#FF5534"

0 commit comments

Comments
 (0)