赞
踩
先上效果图。
说了这么多还是直接上代码吧,下面这是listview的布局文件
<ListView
android:id="@+id/list_view"
android:layout_width="100dp"
android:choiceMode="singleChoice"
android:layout_height="match_parent"
android:divider="#00000000"/>
这是adpater部分
class BrandListAdapter extends BaseAdapter {
private Context m
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。