From 5d147d9665ba13e6278f2e859b423de26864e795 Mon Sep 17 00:00:00 2001 From: SpiritCroc Date: Sun, 23 Oct 2022 10:04:48 +0200 Subject: [PATCH] Move bottom space bar bellow DM/group tab navigation Change-Id: I2dbb2e22ab8166f9e1025dd831da1c7ea25e3bf1 --- .../main/res/layout/fragment_home_detail.xml | 27 +++++++++++-------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/vector/src/main/res/layout/fragment_home_detail.xml b/vector/src/main/res/layout/fragment_home_detail.xml index 97af157fc5..72f87b3f21 100644 --- a/vector/src/main/res/layout/fragment_home_detail.xml +++ b/vector/src/main/res/layout/fragment_home_detail.xml @@ -150,7 +150,7 @@ android:id="@+id/roomListContainerStateView" android:layout_width="match_parent" android:layout_height="0dp" - app:layout_constraintBottom_toTopOf="@+id/spaceBarRecyclerView" + app:layout_constraintBottom_toTopOf="@+id/bottomNavigationView" app:layout_constraintTop_toBottomOf="@+id/homeKeysBackupBanner"> + + + - - + app:layout_constraintBottom_toBottomOf="parent" />