| 1234567891011121314151617 |
- <?xml version="1.0" encoding="utf-8"?>
- <shape
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="oval">
- <size
- android:width="20dp"
- android:height="20dp" />
- <solid
- android:color="#ffffff" />
- <stroke
- android:width="1dp"
- android:color="#e5e5e5" />
- </shape>
|