From fd36ceb847bd216ff14c030fa6a652d8ef97fa9a Mon Sep 17 00:00:00 2001 From: Florian Haar Date: Mon, 17 Dec 2018 14:51:28 +0100 Subject: [PATCH] right align lock/time/deliveryInfo in images #99 fix --- res/layout/conversation_item_thumbnail.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/conversation_item_thumbnail.xml b/res/layout/conversation_item_thumbnail.xml index ea9ca813b..63ab0e1c5 100644 --- a/res/layout/conversation_item_thumbnail.xml +++ b/res/layout/conversation_item_thumbnail.xml @@ -27,7 +27,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="bottom" - android:gravity="bottom|right" + android:gravity="bottom|end" android:layout_marginLeft="@dimen/message_bubble_horizontal_padding" android:layout_marginRight="@dimen/message_bubble_horizontal_padding" android:layout_marginBottom="@dimen/message_bubble_bottom_padding"