xml 圆角可绘制

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xml 圆角可绘制相关的知识,希望对你有一定的参考价值。

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="#1c9403" />
    <!--border color and border width-->
    <stroke
        android:width="0dp"
        android:color="#d92500" />
    <!--border radius in dp-->
    <corners android:radius="40dp" />
</shape>

以上是关于xml 圆角可绘制的主要内容,如果未能解决你的问题,请参考以下文章

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

android圆角textview,角落里有完美的圆角

如何创建带有圆角背景的 EditText [关闭]

布局背景未根据 BottomSheet 布局中的可绘制背景进行裁剪

如何为我在 Android 中用作背景的可绘制对象添加圆角?

可通过代码绘制的圆角