From f7d36b0f2c254a048905ae27c9e421427eb0f2c8 Mon Sep 17 00:00:00 2001 From: Administrator <123> Date: Thu, 04 Nov 2021 02:04:19 +0000 Subject: [PATCH] tablayout 框架 分页加载框架 --- app/src/main/res/layout/fragment_hall.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/fragment_hall.xml b/app/src/main/res/layout/fragment_hall.xml index de2e2f9..433a3f7 100644 --- a/app/src/main/res/layout/fragment_hall.xml +++ b/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" /> -- Gitblit v1.9.1