tysdkn_gift_orange_bg.xml 403 B

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android">
  3. <corners
  4. android:topRightRadius="15dp"
  5. android:bottomRightRadius="15dp"
  6. />
  7. <solid android:color="#FF9B2C" />
  8. <padding
  9. android:top="3dp"
  10. android:bottom="3dp"
  11. android:right="3dp"
  12. android:left="10dp"
  13. />
  14. </shape>