Files
MoGoEagleEye/modules/mogo-module-v2x/src/main/res/drawable/bg_v2x_refresh.xml
2020-08-07 19:19:17 +08:00

9 lines
272 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="24px" />
<gradient
android:endColor="#256BFF"
android:startColor="#5CC1FF" />
</shape>