| | |
| | | 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" |
| | |
| | | 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" /> |