chat: upd formatting

This commit is contained in:
Yuriy Liskov
2022-07-21 01:47:09 +03:00
parent c454f7bb05
commit c8a3177117
2 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,10 @@
<!-- MODIFIED -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<!-- Bubble corner: android:bottomLeftRadius="0dp"->"@dimen/message_bubble_corners_radius" -->
<corners
android:bottomLeftRadius="0dp"
android:bottomLeftRadius="@dimen/message_bubble_corners_radius"
android:bottomRightRadius="@dimen/message_bubble_corners_radius"
android:topLeftRadius="@dimen/message_bubble_corners_radius"
android:topRightRadius="@dimen/message_bubble_corners_radius" />