mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 02:10:44 +01:00
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="1dp">
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<solid android:color="@color/conversation_list_divider_light" />
|
|
</shape>
|
|
</item>
|
|
|
|
</layer-list>
|