-
不同的ItemVeiwType中返回的值必须是从0开始的!!!!!不能自定义值,否则会发生不可预知的情况。即值是从0到ItemViewCount-1。
-
LayoutParams中设置margin等参数时,是根据外层Layout来决定LayoutParams的类型的.
-
如果AbsListView的子控件需要设置LayoutParams,比如footerView 等,可以在footerView外层设置LinearLayout或者RelativeLayout等常见的有MarginLayoutParams类的布局。
即将发版2.1,功能都基本做完就剩性能上的了
