bg_popup_settings_top.xml 251 Bytes
Newer Older
UIUANG\Zsc's avatar
UIUANG\Zsc committed
1 2 3 4 5 6 7 8
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <corners
        android:topLeftRadius="3dp"
        android:topRightRadius="3dp"
        />
    <solid android:color="#FFA14EFF" />
</shape>