From b7f9419bd4ad21254dbdd3859f74d17e9e37e1b4 Mon Sep 17 00:00:00 2001 From: Maxime NATUREL Date: Wed, 19 Oct 2022 17:52:55 +0200 Subject: [PATCH] Fix usage of @+id in xml file --- vector/src/main/res/layout/item_other_session.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/vector/src/main/res/layout/item_other_session.xml b/vector/src/main/res/layout/item_other_session.xml index 908a0e0073..f514cea56b 100644 --- a/vector/src/main/res/layout/item_other_session.xml +++ b/vector/src/main/res/layout/item_other_session.xml @@ -5,8 +5,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:foreground="?selectableItemBackground" - android:paddingTop="8dp" - android:paddingHorizontal="8dp"> + android:paddingHorizontal="8dp" + android:paddingTop="8dp"> @@ -80,6 +80,6 @@ android:background="?vctr_content_quinary" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="@id/otherSessionNameTextView" - app:layout_constraintTop_toBottomOf="@+id/otherSessionItemBackground" /> + app:layout_constraintTop_toBottomOf="@id/otherSessionItemBackground" />