15 lines
357 B
XML
15 lines
357 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item android:start="12dp">
|
|
<shape>
|
|
<size
|
|
android:width="100dp"
|
|
android:height="0.9dp" />
|
|
|
|
<solid android:color="#f3f5f9" />
|
|
|
|
</shape>
|
|
</item>
|
|
|
|
</layer-list> |