From c2bf86e159a7fa98944208a90f0521e1e44af1a4 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Wed, 1 Nov 2017 18:09:17 +0100 Subject: [PATCH] Align open file button to download/cancel buttons --- res/layout/chat_bubble.xml | 25 ++++++++----------- .../linphone/chat/ChatBubbleViewHolder.java | 2 +- 2 files changed, 11 insertions(+), 16 deletions(-) diff --git a/res/layout/chat_bubble.xml b/res/layout/chat_bubble.xml index d1a0e0e5b..aaf6d6d98 100644 --- a/res/layout/chat_bubble.xml +++ b/res/layout/chat_bubble.xml @@ -116,31 +116,26 @@ - + android:layout_below="@id/file_name" + android:layout_centerVertical="true"/> @@ -149,13 +144,11 @@ style="@style/font11" android:autoLink="web" android:linksClickable="true" - android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" /> @@ -170,6 +163,8 @@