ListView 源码学习笔记 [ 原创 ]
摘要:
ListView 源码学习笔记public class ListView extends AbsListView { /** * Used to indicate a no preference for a position type. * 指示一个没有被引用的位置 */ static final int NO_POSITION = -1; /** * Normal list that does not indicate choices * 普通列表显示(没有指定显示模式) */ public static final int C... 阅读全文
posted @ 2012-01-05 15:43 Ronald9 阅读(447) 评论(0) 推荐(0)
浙公网安备 33010602011771号