From d996c77c03ff478a9603360159711a075f6fa1e7 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 11 Dec 2020 12:09:08 +0100 Subject: [PATCH] Fix typo --- vector/src/main/res/layout/composer_layout.xml | 2 +- .../composer_layout_constraint_set_compact.xml | 2 +- .../composer_layout_constraint_set_expanded.xml | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/vector/src/main/res/layout/composer_layout.xml b/vector/src/main/res/layout/composer_layout.xml index cb5dcbc42c..a1d6675278 100644 --- a/vector/src/main/res/layout/composer_layout.xml +++ b/vector/src/main/res/layout/composer_layout.xml @@ -12,7 +12,7 @@ /!\ These 3 files must be modified to stay coherent! ======================== --> + app:layout_constraintEnd_toEndOf="@id/related_message_background" + app:layout_constraintStart_toStartOf="@+id/related_message_background" + app:layout_constraintTop_toTopOf="@id/related_message_background" /> + app:layout_constraintBottom_toBottomOf="@id/related_message_background" + app:layout_constraintEnd_toEndOf="@id/related_message_background" + app:layout_constraintStart_toStartOf="@+id/related_message_background" />