bg_followed.xml 321 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="#999999" />

    <corners android:radius="6dp" /> <!-- 设置四个角的半径 -->

</shape>