xml Android边框底部可绘制某些视图(例如列表项)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xml Android边框底部可绘制某些视图(例如列表项)相关的知识,希望对你有一定的参考价值。

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
    <item>
        <shape android:shape="rectangle">
            <solid android:color="#8a000000" />
        </shape>
    </item>
    <item android:bottom="1dp">
        <shape android:shape="rectangle">
            <solid android:color="@android:color/darker_gray" />
        </shape>
    </item>
</layer-list>

以上是关于xml Android边框底部可绘制某些视图(例如列表项)的主要内容,如果未能解决你的问题,请参考以下文章

我应该使用啥来获得更好的性能、九个补丁或可绘制的 xml 资源?

iOS绘制带有底部边框的自定义视图

添加可绘制文件后Android按钮边框保持默认

如何在心形可绘制 xml 中添加边框(描边)线

如何在相对布局中使用边框(可绘制)?

如何绘制部分边框?