1:修改爵位进场很慢的情况
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user