diff --git a/vector/src/main/res/layout/view_stub_room_member_profile_header.xml b/vector/src/main/res/layout/view_stub_room_member_profile_header.xml index dcaa4bd553..026561dd80 100644 --- a/vector/src/main/res/layout/view_stub_room_member_profile_header.xml +++ b/vector/src/main/res/layout/view_stub_room_member_profile_header.xml @@ -1,5 +1,6 @@ - + android:paddingStart="16dp" + android:paddingEnd="16dp" + app:layout_constraintBottom_toTopOf="@+id/memberProfileNameView" + app:layout_constraintTop_toTopOf="@+id/memberProfileNameView"> - + \ No newline at end of file