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