摘要:
1、定义简单的适配器形式。首先定义一个Layout为listviewitem.xml. 里面有三个TextView。分别代表学号,姓名,班级。<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/cuslistViewItem" android:layout_width="match_pa 阅读全文
posted @ 2013-03-14 19:07 work hard work smart 阅读(370) 评论(0) 推荐(0) 编辑