Files
MoGoEagleEye/modules/mogo-module-search/src/main/res/drawable/shape_round_blue.xml
zhangyuanzhen b03a31358c 修复UI问题
2020-02-13 16:01:12 +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="#36599D"/>
<corners android:radius="@dimen/dp_16"/>
</shape>