2021-02-05 16:18:21 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:shape="rectangle">
|
|
|
|
|
|
|
|
<solid
|
2022-06-16 13:34:42 -03:00
|
|
|
android:color="@color/conversation_item_recv_bubble_color_wallpaper" />
|
2021-02-05 16:18:21 -05:00
|
|
|
|
|
|
|
<corners
|
|
|
|
android:radius="20dp" />
|
|
|
|
|
|
|
|
</shape>
|