Fixed incoming call landscape UI issue

This commit is contained in:
Sylvain Berfini 2020-09-21 11:41:16 +02:00
parent 0a3ef8e789
commit b932e3f205

View file

@ -79,6 +79,13 @@
<RelativeLayout <RelativeLayout
android:visibility="@{viewModel.earlyMediaVideoEnabled ? View.GONE : View.VISIBLE}" android:visibility="@{viewModel.earlyMediaVideoEnabled ? View.GONE : View.VISIBLE}"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/top_bar"
android:layout_above="@id/buttons"
android:layout_centerHorizontal="true">
<RelativeLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_centerInParent="true"> android:layout_centerInParent="true">
@ -118,6 +125,8 @@
</RelativeLayout> </RelativeLayout>
</RelativeLayout>
<org.linphone.activities.call.views.AnswerDeclineIncomingCallButtons <org.linphone.activities.call.views.AnswerDeclineIncomingCallButtons
android:id="@+id/buttons" android:id="@+id/buttons"
android:layout_alignParentBottom="true" android:layout_alignParentBottom="true"