Administrator
2021-11-06 0a959c72b7ad981fee1427f5db8e72c0938acd9c
app/src/main/res/layout/fragment_hall.xml
@@ -8,7 +8,7 @@
    tools:context=".ui.main.hall.HallFragment" >
    <com.google.android.material.tabs.TabLayout
        android:id="@+id/tablayout"
        android:id="@+id/tabLayout"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:background="@color/red"
@@ -26,7 +26,7 @@
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:nestedScrollingEnabled="false"
        app:layout_constraintTop_toBottomOf="@id/tablayout"
        app:layout_constraintTop_toBottomOf="@id/tabLayout"
        app:layout_constraintLeft_toLeftOf="parent"
        app:layout_constraintRight_toRightOf="parent"
        app:layout_constraintBottom_toBottomOf="parent" />