im_custom_indicator_bg.xml 277 Bytes
Newer Older
konghaorui committed
1 2 3 4 5
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">

    <gradient
6 7
        android:startColor="@color/platform_main_theme"
        android:endColor="@color/platform_main_theme_light"/>
konghaorui committed
8
</shape>