<?php
<shape android:shape="rectangle" android:thickness="2dp"  xmlns:android="http://schemas.android.com/apk/res/android">
  <solid android:color="#732d324f"  />
  <corners
    android:bottomLeftRadius="7dp"
    android:bottomRightRadius="7dp"
    android:topLeftRadius="7dp"
    android:topRightRadius="7dp"/>
</shape>
?>