2017-04-14 20:39:38 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
|
|
<item>
|
|
|
|
<shape>
|
|
|
|
<padding android:top="1dp" android:right="0dp" android:bottom="0dp" android:left="0dp" />
|
2019-10-18 13:43:47 -03:00
|
|
|
<solid android:color="@color/core_grey_05" />
|
2017-04-14 20:39:38 -07:00
|
|
|
</shape>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
<shape>
|
|
|
|
<padding android:top="1dp" android:right="0dp" android:bottom="0dp" android:left="0dp" />
|
2019-10-18 13:43:47 -03:00
|
|
|
<solid android:color="@color/core_grey_02" />
|
2017-04-14 20:39:38 -07:00
|
|
|
<size android:height="20dp"/>
|
|
|
|
</shape>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
</layer-list>
|