2

開発した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"
            />

次の行にエラー メッセージが表示されます。

エラーメッセージ

誰かが私が間違っているところを教えてもらえますか?

どうもありがとう

4

0 に答える 0