Newer
Older
BrandKing / app / src / main / res / drawable / shape_line.xml
bello on 27 Jan 2018 233 bytes 完善界面
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">

    <corners android:radius="@dimen/px160" />
    <stroke android:color="@color/white2" android:width="@dimen/px1" />
</shape>