tests_bg_gray_radius_20.xml 328 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"
       xmlns:tools="http://schemas.android.com/tools"
       tools:ignore="MissingDefaultResource">

konghaorui committed
6
    <corners android:radius="@dimen/platform_dp_20"/>
konghaorui committed
7

konghaorui committed
8
    <solid android:color="@color/platform_color_F7F7F7"/>
konghaorui committed
9 10

</shape>