xfgame_input_between_background.xml 378 字节
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
    <item
        android:top="-2dp">
        <shape>
            <solid android:color="@color/xfgame_F8F8F8" />
            <stroke
                android:width="2dp"
                android:color="@color/xfgame_EAEAEA" />
        </shape>
    </item>
</layer-list>