bg_un_follow_layout.xml
551 Bytes
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle"
android:useLevel="false">
<!--<stroke-->
<!--android:width="1dp"-->
<!--android:color="@color/color_ffa300" />-->
<solid android:color="#f7f7f7" />
<!--<corners-->
<!--android:bottomLeftRadius="3dp"-->
<!--android:bottomRightRadius="3dp"-->
<!--android:topLeftRadius="3dp"-->
<!--android:topRightRadius="3dp" /> <!– 设置四个角的半径 –>-->
</shape>