Fix top spacing in chat bubbles

Stephen Paul Weber created

marginTop on message body being ignore for some reason...

Change summary

src/main/res/layout/item_message_content.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

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

@@ -35,7 +35,7 @@
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:layout_marginHorizontal="10dp"
-            android:layout_marginBottom="4sp"
+            android:layout_marginBottom="2dp"
             android:longClickable="false"
             android:visibility="gone"
             android:textAppearance="?textAppearanceBodyMedium" />
@@ -62,7 +62,7 @@
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:layout_marginHorizontal="10dp"
-            android:layout_marginTop="4dp"
+            android:paddingTop="4dp"
             android:autoLink="web"
             android:longClickable="false"
             android:textAppearance="?textAppearanceBodyMedium" />