<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <size android:height="18.0dip" android:width="36.0dip" />
    <corners android:topLeftRadius="18.0dip" android:topRightRadius="18.0dip" />
</shape>
