From 99643e5be84af7e8da217ed48597ceb3c9d3bc85 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Tue, 4 May 2021 17:59:55 -0600 Subject: before i get too deep in the database stuff --- app/src/main/res/layout/fragment_room.xml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'app/src/main/res/layout/fragment_room.xml') diff --git a/app/src/main/res/layout/fragment_room.xml b/app/src/main/res/layout/fragment_room.xml index 42d0d60..467348b 100644 --- a/app/src/main/res/layout/fragment_room.xml +++ b/app/src/main/res/layout/fragment_room.xml @@ -5,21 +5,33 @@ android:layout_height="match_parent" android:foregroundTint="@color/white"> + + + android:layout_height="0dp" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintTop_toBottomOf="@+id/room_header_text" /> + app:tint="@color/white" /> \ No newline at end of file -- cgit v1.2.3