- <?xml version="1.0" encoding="utf-8"?>
- <shape xmlns:android="http://schemas.android.com/apk/res/android">
- <corners
- android:radius="5dp"
- />
- <solid android:color="#30B8FF" />
- <padding
- android:top="3dp"
- android:bottom="3dp"
- android:right="7dp"
- android:left="7dp"
- />
- </shape>
|