aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/room_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/room_fragment.xml')
-rw-r--r--app/src/main/res/layout/room_fragment.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/src/main/res/layout/room_fragment.xml b/app/src/main/res/layout/room_fragment.xml
index 81f8419..bf49aa1 100644
--- a/app/src/main/res/layout/room_fragment.xml
+++ b/app/src/main/res/layout/room_fragment.xml
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:foregroundTint="@color/white">
+ android:foregroundTint="@color/white"
+
+ >
<TextView
android:id="@+id/room_header_text"
@@ -20,7 +21,8 @@
android:layout_width="match_parent"
android:layout_height="0dp"
app:layout_constraintBottom_toBottomOf="parent"
- app:layout_constraintTop_toBottomOf="@+id/room_header_text" >
+ app:layout_constraintTop_toBottomOf="@+id/room_header_text"
+ android:fitsSystemWindows="true">
</androidx.recyclerview.widget.RecyclerView>