android panellistview 圆角实现代码
程序员文章站
2023-12-04 11:02:58
(效果如上图所示)
其实很简单:
比方说上面的容器是一个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" />
红色的那段代码是重点哦.
(效果如上图所示)
其实很简单:
比方说上面的容器是一个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" />
红色的那段代码是重点哦.
这样很简单的一行代码就可以实现啦.
上一篇: 搜狗浏览器如何卸载有哪些方法