shape_round6dp_half_ffffff.xml 334 Bytes
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <corners
        android:topLeftRadius="6dp"
        android:topRightRadius="6dp"
        android:bottomLeftRadius="0dp"
        android:bottomRightRadius="0dp"></corners>
    <solid android:color="#ffffff"></solid>
</shape>