jncultural/modulemain/src/main/res/drawable/shape_check_gray.xml
2020-05-27 13:32:22 +08:00

5 lines
192 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<stroke android:color="@color/gray_line" />
</shape>