码迷,mamicode.com
首页 > 移动开发 > 详细

近段时间android错误总结

时间:2015-01-19 23:40:21      阅读:388      评论:0      收藏:0      [点我收藏+]

标签:android   listview   layoutparams   

  1. 不同的ItemVeiwType中返回的值必须是从0开始的!!!!!不能自定义值,否则会发生不可预知的情况。即值是从0到ItemViewCount-1。

  2. LayoutParams中设置margin等参数时,是根据外层Layout来决定LayoutParams的类型的.

  3. 如果AbsListView的子控件需要设置LayoutParams,比如footerView 等,可以在footerView外层设置LinearLayout或者RelativeLayout等常见的有MarginLayoutParams类的布局。

即将发版2.1,功能都基本做完就剩性能上的了技术分享

近段时间android错误总结

标签:android   listview   layoutparams   

原文地址:http://blog.csdn.net/xiaoguohaha/article/details/42886719

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!