temp.xml 346 Bytes
<?xml version="1.0" encoding="utf-8"?>
  <shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:padding="10dp"
    android:shape="rectangle"
    >
  <corners
      android:bottomLeftRadius="30dp"
      android:bottomRightRadius="30dp"
      android:topLeftRadius="30dp"
      android:topRightRadius="30dp" />

  </shape>