图老师设计创意栏目是一个分享最好最实用的教程的社区,我们拥有最用心的各种教程,今天就给大家分享android panellistview 圆角实现代码的教程,热爱PS的朋友们快点看过来吧!
【 tulaoshi.com - 编程语言 】
(效果如上图所示)
其实很简单:
比方说上面的容器是一个ListView
代码如下:
ListView
android:id="@+id/listView_devices"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
SPAN style="COLOR: #ff0000" android:background="@android:drawable/dialog_frame"/SPAN
android:cacheColorHint="@color/transparent" /
红色的那段代码是重点哦.
这样很简单的一行代码就可以实现啦.
(本文来源于图老师网站,更多请访问http://www.tulaoshi.com/bianchengyuyan/)来源:http://www.tulaoshi.com/n/20160219/1597104.html
看过《android panellistview 圆角实现代码》的人还看了以下文章 更多>>