user_mine_background_commit_text.xml 376 Bytes
Newer Older
ydl committed
1 2 3 4 5 6 7
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    tools:ignore="MissingDefaultResource">

    <corners android:radius="22dp" />
    <gradient
8
        android:endColor="@color/platform_main_theme"
ydl committed
9 10 11
        android:startColor="@color/platform_color_42C1FF" />

</shape>