Mercury-IM/app/src/main/res/drawable/bg_msg_out_last.xml

8 lines
384 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="@dimen/msg_corner_big"
android:topRightRadius="@dimen/msg_corner_small" />
<solid android:color="?attr/messageBubbleColor" />
<stroke android:color="?attr/messageBubbleOutline"
android:width="@dimen/width_outline" />
</shape>