mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 02:25:19 +00:00
020920d988
// FREEBIE
17 lines
504 B
XML
17 lines
504 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/conversation_item_sent_shadow_light" />
|
|
</shape>
|
|
</item>
|
|
|
|
<item android:bottom="2dp">
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<solid android:color="@color/conversation_list_divider_light" />
|
|
</shape>
|
|
</item>
|
|
|
|
</layer-list>
|