<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<stroke
android:width="2px"
android:color="#2fc29d"
android:dashGap="0dp"
android:dashWidth="2px" />
<corners android:radius="2px" />
</shape>