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

7 lines
377 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:bottomLeftRadius="@dimen/msg_corner_small"/>
<solid android:color="?attr/messageBubbleColor" />
<stroke android:color="?attr/messageBubbleOutline"
android:width="@dimen/width_outline" />
</shape>