klorange_btn_style.xml 381 字节
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >

    <corners android:topLeftRadius="4.0dip" android:topRightRadius="4.0dip" android:bottomLeftRadius="4.0dip" android:bottomRightRadius="4.0dip" />
    <gradient android:startColor="@color/other_skin" android:endColor="@color/other_skin" android:angle="270.0" />

</shape>