<?xml version="1.0" encoding="UTF-8"?>
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
<solid android:color="#0055e6" />
|
<corners
|
android:bottomRightRadius="3dp"
|
android:topRightRadius="3dp"/>
|
<stroke
|
android:width="1dip"
|
android:color="#003db9" />
|
</shape>
|