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