bg_photo_66000000_136.xml 330 Bytes
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="#66000000" />
    <corners
        android:bottomLeftRadius="136dp"
        android:bottomRightRadius="136dp"
        android:topLeftRadius="136dp"
        android:topRightRadius="136dp" />
</shape>