JLChen
2021-01-04 ed86fe7ed952bb2151aac8841134246bbde152c9
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
    <solid android:color="@color/chat_bubble_outgoing_color"/>
    <corners android:radius="6.7dp" android:bottomRightRadius="0dp"/>
</shape>