tysdkn_recharge_custom_bg.xml 313 B

1234567891011
  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="#ffffff" ></solid>
  5. <stroke android:width="1dp" android:color="#DCDCDC"/>
  6. <corners
  7. android:radius="5dp"
  8. />
  9. </shape>