im_custom_159cef_22bfff.xml 311 Bytes
Newer Older
1 2 3 4 5 6
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">

    <gradient
            android:startColor="#159cef"
            android:endColor="#22bfff"
霍志良 committed
7
            android:angle="180"
8 9 10
            />
    <corners android:radius="@dimen/platform_dp_18" />
</shape>