user_user_privacy_agree_background.xml 283 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">

    <corners android:radius="20dp" />
    <gradient
6
        android:endColor="@color/platform_main_theme"
konghaorui committed
7
        android:startColor="@color/platform_color_42C1FF" />
konghaorui committed
8 9

</shape>