摘要: 把复杂界面(通过xml文件实现)显示到ListView上 public View getView(int position, View convertView, ViewGroup parent) { //把xml文件转化为 view对象的第一种方式 通过View的inflate方法 //第一个参数 阅读全文
posted @ 2021-02-04 11:47 durtime 阅读(75) 评论(0) 推荐(0)