bg_hua_bei.xml 324 B

1234567891011
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android">
  3. <solid android:color="#33ffffff" />
  4. <corners
  5. android:bottomLeftRadius="0dp"
  6. android:bottomRightRadius="3dp"
  7. android:topLeftRadius="0dp"
  8. android:topRightRadius="3dp" />
  9. </shape>