diff --git a/vector/src/main/res/layout/dialog_delete_event.xml b/vector/src/main/res/layout/dialog_delete_event.xml index eee3cc9df5..8ca7a25113 100644 --- a/vector/src/main/res/layout/dialog_delete_event.xml +++ b/vector/src/main/res/layout/dialog_delete_event.xml @@ -22,28 +22,29 @@ android:id="@+id/deleteEventReasonCheck" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_marginTop="8dp" android:checked="true" android:text="@string/delete_event_dialog_reason_checkbox" - android:layout_marginTop="8dp" - app:layout_constraintTop_toBottomOf="@+id/deleteEventConfirmationText" - app:layout_constraintStart_toStartOf="parent"/> + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@+id/deleteEventConfirmationText" /> + app:layout_constraintTop_toBottomOf="@+id/deleteEventReasonCheck"> + android:text="@string/event_redacted_by_user_reason" />