xfgame_button_true_background.xml
334 字节
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
<solid android:color="@color/xfgame_main_color" />
<corners android:topLeftRadius="50dp"
android:topRightRadius="50dp"
android:bottomRightRadius="50dp"
android:bottomLeftRadius="50dp"/>
</shape>