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" />