How to show different layout on right & left swipe.
使用swipeBackView,我们可以在左侧和右侧显示相同的布局。右键滑动一行列表视图。 我必须在左侧滑动和显示屏上显示两种不同的布局,即布局A.右侧滑动布局B.
github link of 47deg/swipelistview:
https://github.com/47deg/android-swipelistview
Here is XML:
<com.example.swipelistview.SwipeListView
android:id="@+id/example_lv_list"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
swipe:swipeFrontView="@+id/front"
swipe:swipeBackView="@+id/back"
swipe:swipeMode="both" />
在xml中,我们可以将swipeBackView设置为要显示的布局ID,这将在右侧和右侧显示相同的布局。左侧滑动。但是如何在左侧和左侧显示不同的布局右键滑动。