xmlns:引用自定義屬性

    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:

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章