diff --git a/vector/src/main/res/layout/fragment_home_drawer.xml b/vector/src/main/res/layout/fragment_home_drawer.xml
index c8cde46247..d1af004490 100644
--- a/vector/src/main/res/layout/fragment_home_drawer.xml
+++ b/vector/src/main/res/layout/fragment_home_drawer.xml
@@ -21,7 +21,7 @@
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_marginStart="@dimen/layout_horizontal_margin"
- android:layout_marginTop="@dimen/layout_vertical_margin"
+ android:layout_marginTop="24dp"
android:contentDescription="@string/avatar"
android:transitionName="profile"
app:layout_constraintStart_toStartOf="parent"
@@ -112,6 +112,13 @@
+
+
+ app:layout_constraintTop_toBottomOf="@+id/homeDrawerHeaderSeparator" />