10 lines
267 B
XML
10 lines
267 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" />
|
|
|
|
<solid android:color="#535353" />
|
|
</shape> |