總網頁瀏覽量

關於我自己

我的相片
人生的必修課是接受無常,人生的選修課是放下執著。

2015年9月3日 星期四

【Android】 將ListView的分隔線取消

<ListView
            android:id="@+id/listview_gb_level"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginRight="5dp"
            android:layout_marginLeft="5dp"
            android:layout_marginBottom="30dp"
            android:visibility="visible"
            android:divider="@null"    
            ></ListView>

沒有留言:

張貼留言