摘要: 由于这两天在做listView的东西,所以整理出来一些我个人认为比较特别的属性,通过设置这样的属性可以做出更加美观的列表首先是stackFromBottom属性,这只该属性之后你做好的列表就会显示你列表的最下面,值为true和falseandroid:stackFromBottom="true" ... 阅读全文
posted @ 2014-11-17 20:43 gaocai1992 阅读(134) 评论(0) 推荐(0)
摘要: 关于Android ListView组件中android:drawSelectorOnTop含义 When set to true, the selector will be drawn over the selected item. Otherwise the selector is drawn... 阅读全文
posted @ 2014-11-17 20:36 gaocai1992 阅读(213) 评论(0) 推荐(0)