摘要: ListView中每个Item项之间都有分割线,设置android:footerDividersEnabled表示是否显示分割线,此属性默认为true。1.不显示分割线只要在ListView控件中添加android:footerDividersEnabled="false"即可。<ListViewandroid:id="@+id/local_groups_list"android:layout_width="match_parent"android:layout_height="wrap_content"an 阅读全文
posted @ 2013-04-25 08:12 程序之魂 阅读(775) 评论(0) 推荐(0)