cyrecharge_result_style.xml 388 B

12345678
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android" >
  3. <corners
  4. android:topLeftRadius="3dp" android:topRightRadius="3dp"
  5. android:bottomLeftRadius="3dp" android:bottomRightRadius="3dp"/>
  6. <stroke android:width="2dp" android:color="@color/qyfontgrey_black"/>
  7. <solid android:color="@color/qyfont_white"/>
  8. </shape>