diff --git a/app/src/main/res/layout/meeting_edit_fragment.xml b/app/src/main/res/layout/meeting_edit_fragment.xml
index 2814699f0..837742300 100644
--- a/app/src/main/res/layout/meeting_edit_fragment.xml
+++ b/app/src/main/res/layout/meeting_edit_fragment.xml
@@ -109,96 +109,101 @@
app:layout_constraintTop_toBottomOf="@id/subject"
android:background="?attr/color_main2_200" />
+
+
+
+
+
+
+
+
+ app:layout_constraintEnd_toStartOf="@id/all_day"
+ app:layout_constraintTop_toTopOf="@id/to_time"
+ app:layout_constraintBottom_toBottomOf="@id/to_time"/>
-
-
-
-
-
-
-
-
+ app:layout_constraintTop_toBottomOf="@id/all_day_switch" />
diff --git a/app/src/main/res/layout/meeting_schedule_fragment.xml b/app/src/main/res/layout/meeting_schedule_fragment.xml
index 6d7586cf2..ab3ee190a 100644
--- a/app/src/main/res/layout/meeting_schedule_fragment.xml
+++ b/app/src/main/res/layout/meeting_schedule_fragment.xml
@@ -403,6 +403,7 @@
android:drawableStart="@drawable/arrow_clockwise"
android:drawablePadding="8dp"
android:drawableTint="?attr/color_main2_600"
+ android:visibility="gone"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@id/timezone_picker" />