tysdkn_game_pay_bg.xml 363 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="#ffffffff" />
  5. <corners
  6. android:bottomLeftRadius="10dp"
  7. android:bottomRightRadius="10dp"
  8. android:topLeftRadius="0dp"
  9. android:topRightRadius="0dp" />
  10. </shape>