我想使用开发的listView,
我从这里下载了swipeList项目的jar文件:
https://github.com/47deg/android-swipelistview/downloads
命名为: swipelistview-1.0-SNAPSHOT.jar
我将这个jar文件导入我在eclipse中的项目
然而,当我创建一个xml时,就像你网站上的例子一样:
<com.fortysevendeg.android.swipelistview.SwipeListView
xmlns:swipe="http://schemas.android.com/apk/res-auto"
android:id="@+id/android:list"
android:listSelector="#00000000"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
swipe:swipeFrontView="@+id/relative"
swipe:swipeBackView="@+id/layoutUpdate"
swipe:swipeActionLeft="reveal"
swipe:swipeActionRight="reveal"
swipe:swipeMode="both"
swipe:swipeCloseAllItemsWhenMoveList="false"
swipe:swipeOpenOnLongPress="false"
swipe:swipeAnimationTime="2"
swipe:swipeOffsetLeft="5"
swipe:swipeOffsetRight="5"
/>
我在此行中收到错误消息:
有人可以告诉我哪里错了吗?
非常感谢