diff --git a/app/src/main/res/layout-land/call_conference_active_speaker_fragment.xml b/app/src/main/res/layout-land/call_conference_active_speaker_fragment.xml
index 154fe0cef..cbd13764f 100644
--- a/app/src/main/res/layout-land/call_conference_active_speaker_fragment.xml
+++ b/app/src/main/res/layout-land/call_conference_active_speaker_fragment.xml
@@ -125,7 +125,7 @@
android:text="@string/conference_active_speaker_is_screen_sharing"
android:textColor="@color/white"
android:textSize="20sp"
- android:visibility="@{conferenceViewModel.isScreenSharing ? View.VISIBLE : View.GONE}"
+ android:visibility="@{conferenceViewModel.isScreenSharing ? View.VISIBLE : View.GONE, default=gone}"
app:layout_constraintBottom_toBottomOf="@id/active_speaker_name"
app:layout_constraintTop_toTopOf="@id/active_speaker_name"
app:layout_constraintStart_toEndOf="@id/active_speaker_name" />
@@ -140,7 +140,7 @@
android:src="@drawable/microphone_slash"
android:contentDescription="@string/content_description_conference_participant_muted"
android:background="@drawable/shape_circle_white_call_background"
- android:visibility="@{conferenceViewModel.activeSpeaker.isMuted ? View.VISIBLE : View.GONE}"
+ android:visibility="@{conferenceViewModel.activeSpeaker.isMuted ? View.VISIBLE : View.GONE, default=gone}"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintEnd_toStartOf="@id/active_speaker_miniatures_vertical_layout" />
@@ -155,7 +155,7 @@
diff --git a/app/src/main/res/layout/call_conference_active_speaker_cell.xml b/app/src/main/res/layout/call_conference_active_speaker_cell.xml
index e0ad4c6c6..6afee3af8 100644
--- a/app/src/main/res/layout/call_conference_active_speaker_cell.xml
+++ b/app/src/main/res/layout/call_conference_active_speaker_cell.xml
@@ -14,7 +14,7 @@
android:layout_width="@dimen/call_conference_active_speaker_miniature_size"
android:layout_height="@dimen/call_conference_active_speaker_miniature_size"
android:visibility="@{model.isActiveSpeaker && !model.isScreenSharing ? View.GONE : View.VISIBLE}"
- android:padding="2dp">
+ android:padding="6dp">
@@ -139,7 +139,7 @@
android:src="@drawable/microphone_slash"
android:contentDescription="@string/content_description_conference_participant_muted"
android:background="@drawable/shape_circle_white_call_background"
- android:visibility="@{conferenceViewModel.activeSpeaker.isMuted ? View.VISIBLE : View.GONE}"
+ android:visibility="@{conferenceViewModel.activeSpeaker.isMuted ? View.VISIBLE : View.GONE, default=gone}"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintEnd_toEndOf="parent" />
@@ -154,7 +154,7 @@
diff --git a/app/src/main/res/values/dimen.xml b/app/src/main/res/values/dimen.xml
index 9ff50fa72..bf80e120f 100644
--- a/app/src/main/res/values/dimen.xml
+++ b/app/src/main/res/values/dimen.xml
@@ -61,7 +61,7 @@
70dp
110dp
345dp
- 120dp
+ 115dp
20dp
5dp
55dp
@@ -72,7 +72,7 @@
45dp
100dp
- 120dp
+ 124dp
66dp
8dp