diff --git a/app/src/main/res/layout/chat_list_fragment.xml b/app/src/main/res/layout/chat_list_fragment.xml index ca9901314..b59c17bbc 100644 --- a/app/src/main/res/layout/chat_list_fragment.xml +++ b/app/src/main/res/layout/chat_list_fragment.xml @@ -58,10 +58,9 @@ android:id="@+id/conversations_list" android:background="@drawable/shape_squircle_white_r20_top_background" android:layout_width="match_parent" - android:layout_height="0dp" + android:layout_height="match_parent" android:layout_marginTop="@dimen/top_bar_height" - app:layout_constraintTop_toTopOf="parent" - app:layout_constraintBottom_toTopOf="@id/bottom_nav_bar" /> + android:layout_marginBottom="@dimen/portrait_nav_bar_height" /> + app:layout_constraintStart_toStartOf="parent"> + android:layout_marginBottom="@dimen/portrait_nav_bar_height" /> + android:layout_marginBottom="@dimen/portrait_nav_bar_height" />