9 lines
245 B
XML
9 lines
245 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<item left="16dp">
|
||
|
<shape shape="rectangle">
|
||
|
<size height="10dp"/>
|
||
|
</shape>
|
||
|
</item>
|
||
|
</layer-list>
|