tysdkn_game_pay_btn.xml 361 B

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