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

    <gradient
        android:angle="270"
        android:centerColor="@color/green_center"
        android:endColor="@color/green_end"
        android:startColor="@color/green_start" />

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

</shape>