From f4bad99765c842574cda53f9533e62619507289e Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Wed, 24 Oct 2018 15:55:56 +0200 Subject: [PATCH] Moved back to call button to the left for basic chat rooms --- res/layout/chat.xml | 20 +++++++++---------- .../org/linphone/chat/GroupChatFragment.java | 3 +-- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/res/layout/chat.xml b/res/layout/chat.xml index 6c97e62a6..0b9656ecb 100644 --- a/res/layout/chat.xml +++ b/res/layout/chat.xml @@ -53,16 +53,6 @@ - - + + 0) { mBackToCallButton.setVisibility(View.VISIBLE); - mCallButton.setVisibility(View.GONE); } if (mChatRoom.hasBeenLeft()) {