<?xml version="1.0" encoding="utf-8"?>
<shape android1:shape="rectangle"
  xmlns:android="http://schemas.android.com/apk/res/androi"
  xmlns:android1="http://schemas.android.com/apk/res/android">
    <corners android1:topLeftRadius="10.0px" android1:topRightRadius="10.0px" android1:bottomLeftRadius="10.0px" android1:bottomRightRadius="10.0px" />
    <stroke android1:width="2.0px" android1:color="#fffca238" />
</shape>