tysdkn_recharge_choose_stroke.xml 287 B

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