bdp_paycenter_frame_bg.xml 210 B

123456789
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android" >
  3. <corners
  4. android:radius="10dp" />
  5. <solid android:color="@color/bdp_gray" />
  6. </shape>