<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <corners android:topLeftRadius="27.0px" android:topRightRadius="27.0px" android:bottomLeftRadius="27.0px" android:bottomRightRadius="27.0px" />
    <solid android:color="#ffe7f3fc" />
</shape>