Files
MoGoEagleEye/modules/mogo-module-search/src/main/res/drawable/shape_round_gray.xml
2020-01-09 15:11:04 +08:00

7 lines
224 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<solid android:color="#3F4057"/>
<corners android:radius="@dimen/dp_16"/>
</shape>