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

9 lines
442 B
XML
Raw Normal View History

2019-06-23 02:34:14 +02:00
<?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:topLeftRadius="@dimen/msg_corner_small"
android:bottomLeftRadius="@dimen/msg_corner_small" />
2019-09-25 22:50:52 +02:00
<solid android:color="?attr/messageBubbleColor" />
<stroke android:color="?attr/messageBubbleOutline"
android:width="@dimen/width_outline" />
2019-06-23 02:34:14 +02:00
</shape>