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

    <corners android:radius="20dp"></corners>
5 6
    <solid android:color="@color/platform_main_theme" />
    <stroke android:width="1dp" android:color="@color/platform_main_theme"/>
konghaorui committed
7 8

</shape>