user_user_privacy_disagree_background.xml 302 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">

    <stroke
        android:width="1dp"
konghaorui committed
6
        android:color="@color/platform_color_999999" />
konghaorui committed
7
    <corners android:radius="20dp" />
konghaorui committed
8
    <solid android:color="@color/platform_white" />
konghaorui committed
9 10

</shape>