mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 02:25:19 +00:00
0449647cf9
You can now use the search bar on the conversation list to find conversations, messages, and contacts.
14 lines
413 B
XML
14 lines
413 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="@color/white" />
|
|
</shape>
|
|
</item>
|
|
</layer-list>
|