2018-04-06 18:15:24 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item>
|
|
|
|
<shape android:shape="rectangle" >
|
|
|
|
<solid android:color="@color/grey_200"/>
|
|
|
|
</shape>
|
|
|
|
</item>
|
|
|
|
<item android:top="1dp">
|
|
|
|
<shape android:shape="rectangle" >
|
2018-05-22 12:26:40 -04:00
|
|
|
<solid android:color="?attr/search_background" />
|
2018-04-06 18:15:24 -07:00
|
|
|
</shape>
|
|
|
|
</item>
|
|
|
|
</layer-list>
|