bg_toolbar_search_classify.xml 285 Bytes
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle"
    android:useLevel="false">

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

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

</shape>