user_bg__choose_country_radius.xml 299 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="4dp"></corners>
konghaorui committed
5 6
    <solid android:color="@color/platform_color_f3f3f3" />
    <stroke android:width="1dp" android:color="@color/platform_color_f3f3f3"/>
konghaorui committed
7 8

</shape>