Files
MoGoEagleEye/modules/mogo-module-v2x/src/main/res/drawable/bg_v2x_refresh.xml
2020-09-02 17:46:12 +08:00

9 lines
315 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="@dimen/module_v2x_surrounding_refresh_bt_radius" />
<gradient
android:endColor="#5CC1FF"
android:startColor="#256BFF" />
</shape>