8 lines
No EOL
267 B
XML
8 lines
No EOL
267 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
<size
|
|
android:width="16dp"
|
|
android:height="16dp" />
|
|
<solid android:color="@color/md_white_1000" />
|
|
</shape> |