Fix avatar spacing for sent message

Stephen Paul Weber created

Change summary

src/main/res/layout/item_message_sent.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

src/main/res/layout/item_message_sent.xml 🔗

@@ -16,7 +16,7 @@
             android:layout_height="wrap_content"
             android:layout_alignParentEnd="true"
             android:layout_alignParentBottom="true"
-            android:layout_marginStart="8dp"
+            android:layout_marginStart="0dp"
             android:orientation="vertical">
 
         <com.google.android.material.imageview.ShapeableImageView