<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="#ff00b5ff" />
    <stroke android:width="2.0px" android:color="#ff00b5ff" />
    <corners android:topLeftRadius="@dimen/x60" android:topRightRadius="@dimen/x60" android:bottomLeftRadius="@dimen/x60" android:bottomRightRadius="@dimen/x60" />
</shape>