pay_background_common_pay_dialog.xml 340 Bytes
Newer Older
1 2 3
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">

严久程 committed
4
    <solid android:color="@color/pay_color_FFFFFF" />
5 6 7 8 9 10 11
    <corners
        android:bottomLeftRadius="0dp"
        android:bottomRightRadius="0dp"
        android:topLeftRadius="10dp"
        android:topRightRadius="10dp" />

</shape>