xfgame_button_false_background.xml 419 字节
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
    <solid android:color="@color/xfgame_F8F8F8" />
    <stroke
        android:width="2dp"
        android:color="@color/xfgame_EAEAEA" />
    <corners android:topLeftRadius="50dp"
        android:topRightRadius="50dp"
        android:bottomRightRadius="50dp"
        android:bottomLeftRadius="50dp"/>
</shape>