<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="0"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="#00b5ff" />
    <corners android:radius="13.0px" />
    <stroke android:width="2.0px" android:color="#00b5ff" />
</shape>