From 6d503173308dfa7f80d759afea0c7c19e82505c6 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Mon, 4 Jul 2022 14:00:31 +0200 Subject: [PATCH] Fixed conference call history details not scrollable --- .../layout/history_conf_detail_fragment.xml | 204 +++++++++--------- 1 file changed, 105 insertions(+), 99 deletions(-) diff --git a/app/src/main/res/layout/history_conf_detail_fragment.xml b/app/src/main/res/layout/history_conf_detail_fragment.xml index be5b14dd5..9592ccb37 100644 --- a/app/src/main/res/layout/history_conf_detail_fragment.xml +++ b/app/src/main/res/layout/history_conf_detail_fragment.xml @@ -56,137 +56,143 @@ - + android:layout_below="@id/top_bar"> + android:orientation="vertical" + android:paddingTop="10dp" + android:paddingBottom="5dp"> + android:layout_marginStart="10dp" + android:layout_marginEnd="10dp" + android:orientation="horizontal" + android:baselineAligned="false"> - + android:layout_margin="5dp" + android:layout_weight="1" + android:orientation="vertical"> - + + + + + + + android:layout_margin="5dp" + android:layout_weight="1" + android:orientation="vertical"> + + + + + + + android:layout_marginTop="20dp" + android:background="?attr/voipFormDisabledFieldBackgroundColor"> - - + android:layout_marginLeft="20dp" + android:padding="5dp" + android:text="@string/conference_organizer" /> - - - - - - - - - - - - - - - - - + + android:background="?attr/voipFormDisabledFieldBackgroundColor"> - + - + - + + + + + + + + + + +