mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-25 09:17:44 +00:00
3a827d1c48
Fixed #7821
14 lines
424 B
XML
14 lines
424 B
XML
<?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" >
|
|
<solid android:color="?attr/search_background" />
|
|
</shape>
|
|
</item>
|
|
</layer-list>
|