xfgame_input_top_background.xml
464 字节
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
<solid android:color="@color/xfgame_F8F8F8" />
<corners android:topLeftRadius="10dp"
android:topRightRadius="10dp"/>
<stroke
android:width="2dp"
android:color="@color/xfgame_EAEAEA" />
<padding
android:bottom="1px"
android:left="1px"
android:right="1px"
android:top="1px" />
</shape>