Administrator
2021-11-04 f7d36b0f2c254a048905ae27c9e421427eb0f2c8
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" />