From b909a2a4bbd2c2b7cecb2ac4f239d2ccdde8fbe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=AE=B6?= Date: Sat, 17 Jan 2015 23:57:39 +0800 Subject: [PATCH] remove useless offset --- demo/src/main/res/layout/listview_item.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/demo/src/main/res/layout/listview_item.xml b/demo/src/main/res/layout/listview_item.xml index db12e97..9e8d8cf 100644 --- a/demo/src/main/res/layout/listview_item.xml +++ b/demo/src/main/res/layout/listview_item.xml @@ -6,9 +6,7 @@ xmlns:swipe="http://schemas.android.com/apk/res-auto" android:id="@+id/swipe" android:layout_width="match_parent" - android:layout_height="wrap_content" - swipe:horizontalSwipeOffset="25dp" - > + android:layout_height="wrap_content">