bg_background_radius_15.xml 322 Bytes
Newer Older
vunguyencuong's avatar
vunguyencuong committed
1 2 3 4 5 6 7 8 9
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <corners
        android:topLeftRadius="15dp"
        android:topRightRadius="15dp"
        android:bottomLeftRadius="0dp"
        android:bottomRightRadius="15dp"/>
    <solid android:color="#FFFFFF"/>
</shape>