Change summary
src/main/res/layout/item_message_received.xml | 2 +-
src/main/res/layout/item_message_sent.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Detailed changes
@@ -18,7 +18,7 @@
android:layout_alignParentTop="true"
android:layout_marginEnd="6dp"
android:scaleType="fitXY"
- app:riv_corner_radius="6dp" />
+ app:riv_corner_radius="8dp" />
<LinearLayout
android:id="@+id/message_box"
@@ -16,7 +16,7 @@
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_alignParentBottom="true"
- android:layout_marginStart="6dp"
+ android:layout_marginStart="8dp"
android:orientation="vertical">
<com.makeramen.roundedimageview.RoundedImageView