klshape_stroke_bule_hb.xml
353 字节
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:topLeftRadius="4dp" android:topRightRadius="4dp" android:bottomLeftRadius="4dp" android:bottomRightRadius="4dp" />
<stroke android:color="@color/color_ee483d" android:width="0.5dp"/>
</shape>