bdp_paycenter_amount_othermoney_bg.xml 269 B

123456789101112
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android" >
  3. <stroke
  4. android:width="1px"
  5. android:color="#d8d8d8" />
  6. <corners android:radius="5dp" />
  7. <solid android:color="#ffffff" />
  8. </shape>