Minor in-call UI fixes

This commit is contained in:
Sylvain Berfini 2019-03-14 12:46:40 +01:00
parent 44259e5c10
commit 449b50679a
2 changed files with 5 additions and 2 deletions

View file

@ -24,7 +24,8 @@
<RelativeLayout <RelativeLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_marginBottom="60dp"> android:layout_marginBottom="60dp"
android:layout_marginTop="40dp">
<LinearLayout <LinearLayout
android:id="@+id/conference_list" android:id="@+id/conference_list"

View file

@ -24,7 +24,8 @@
<RelativeLayout <RelativeLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_marginBottom="120dp"> android:layout_marginBottom="120dp"
android:layout_marginTop="40dp">
<LinearLayout <LinearLayout
android:id="@+id/conference_list" android:id="@+id/conference_list"
@ -439,6 +440,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_gravity="left" android:layout_gravity="left"
android:layout_marginTop="40dp"
android:background="?attr/backgroundColor"> android:background="?attr/backgroundColor">
<include <include