13 lines
350 B
XML
13 lines
350 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="oval">
|
|
|
|
<size
|
|
android:width="@dimen/dp_14"
|
|
android:height="@dimen/dp_14" />
|
|
<stroke
|
|
android:width="@dimen/dp_2"
|
|
android:color="#e1e8f0" />
|
|
|
|
<solid android:color="#535353" />
|
|
</shape> |