green_rounded_rectangle.xml 361 字节
Newer Older
U
u014427391 已提交
1 2 3 4 5 6 7 8 9 10 11 12
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >

    <solid android:color="@color/green" />

    <corners
        android:bottomLeftRadius="@dimen/spa3"
        android:bottomRightRadius="@dimen/spa3"
        android:topLeftRadius="@dimen/spa3"
        android:topRightRadius="@dimen/spa3" />

</shape>