1:修改爵位进场很慢的情况

This commit is contained in:
2025-12-03 10:33:15 +08:00
parent 8d35790413
commit a4c2fdb859
7 changed files with 172 additions and 62 deletions

View File

@@ -34,7 +34,7 @@
<androidx.core.widget.NestedScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:fillViewport="true">
<LinearLayout

View File

@@ -69,7 +69,7 @@
</com.google.android.material.appbar.AppBarLayout>
<androidx.viewpager.widget.ViewPager
<com.xscm.moduleutil.widget.CustomViewPager
android:id="@+id/view_pager"
android:layout_width="match_parent"
android:layout_height="match_parent"

View File

@@ -95,7 +95,8 @@
android:textSize="@dimen/sp_16"
app:layout_constraintStart_toEndOf="@+id/riv_user_head"
app:layout_constraintTop_toTopOf="@+id/riv_user_head"
tools:text="用户22333333" />
tools:text="用户22333333"
app:isShine="false"/>
<TextView
android:id="@+id/beautiful_view"