c_buoycircle_hide_shape.xml 136 B

123456
  1. <shape xmlns:android="http://schemas.android.com/apk/res/android" >
  2. <!-- 圆角 -->
  3. <corners android:radius="25dp" />
  4. </shape>