klrecharge_result_style.xml
388 字节
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
<corners
android:topLeftRadius="3dp" android:topRightRadius="3dp"
android:bottomLeftRadius="3dp" android:bottomRightRadius="3dp"/>
<stroke android:width="2dp" android:color="@color/klfontgrey_black"/>
<solid android:color="@color/klfont_white"/>
</shape>