blzb-android/app/src/main/res/drawable/shape_qyzc_company_bg.xml

6 lines
269 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<stroke android:width="@dimen/dp_1" android:color="@color/white"/>
<corners android:radius="@dimen/dp_25"/>
<solid android:color="#4d000000"/>
</shape>