15 lines
No EOL
333 B
XML
15 lines
No EOL
333 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="oval">
|
|
|
|
<solid android:color="@color/white" />
|
|
|
|
<stroke
|
|
android:width="1dp"
|
|
android:color="#E2E2E2" />
|
|
|
|
<size
|
|
android:width="40dp"
|
|
android:height="40dp" />
|
|
|
|
</shape> |