Minor in-call UI fixes
This commit is contained in:
parent
44259e5c10
commit
449b50679a
2 changed files with 5 additions and 2 deletions
|
@ -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"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue