<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
xmlns:app="http://schemas.android.com/apk/res/com.example.testswipelistview">
<com.m.view.SwipeListView
android:id="@+id/swipeListView1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:swipeActionLeft="reveal"
app:swipeActionRight="reveal"
>
</com.m.view.SwipeListView>
这里app对应app:
本文详细介绍了SwipeListView组件的使用方法及其实现的左右滑动触发的自定义动作,包括其在Android开发中的应用实例。
490

被折叠的 条评论
为什么被折叠?



