- <?xml version="1.0" encoding="utf-8"?>
- <shape xmlns:android="http://schemas.android.com/apk/res/android">
- <corners
- android:topRightRadius="15dp"
- android:bottomRightRadius="15dp"
- />
- <solid android:color="#FF9B2C" />
- <padding
- android:top="3dp"
- android:bottom="3dp"
- android:right="3dp"
- android:left="10dp"
- />
- </shape>
|