Hello,
I am using the custom XML file for MeetingActivity, my XML code is like below
<?xml version="1.0" encoding="utf-8"?><!-- Custom background view -->
<ImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop"
android:src="@drawable/zoom_background" />
<!-- this is for round corner for outside zoom layout-->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="@dimen/_20dp"
android:background="@drawable/ic_screen_round_bcak"
android:backgroundTint="@color/black" />
<!-- Zoom layout -->
<include
android:id="@+id/meetingContent"
layout="@layout/zm_conf_main_screen"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="26dp" />
Please check the below screenshots, For all screens and dialog boxes design is fine and not breaking except for the “showLeaveDialog()”