lightred_btn_bg_ff584b.xml 332 Bytes
<?xml version="1.0" encoding="utf-8"?><!--使用时需另行设置宽高-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">

    <corners android:radius="10px" />
    <size
        android:width="50dp"
        android:height="20dp" />

    <solid android:color="#ff584b" />

</shape>