android coordinatorlayout滑动卡顿,为什么ViewPager滑动卡顿

本文探讨了一种常见问题,即在Android布局中,当AppbarLayout与ViewPager配合时,滑动ViewPager会导致卡顿。作者分享了将ViewPager置于AppbarLayout内部后滑动流畅性的提升,并提供了可能的原因分析和解决方案建议。
摘要由CSDN通过智能技术生成

xmlns:app="http://schemas.android.com/apk/res-auto"

android:layout_width="match_parent"

android:layout_height="match_parent"

android:background="@color/white">

android:id="@+id/appbar"

android:layout_width="match_parent"

android:layout_height="wrap_content"

app:elevation="0dp">

android:id="@+id/layout"

android:layout_width="match_parent"

android:layout_height="wrap_content"

app:contentScrim="@color/white"

app:expandedTitleTextAppearance="@style/TextAppearance.Title"

app:layout_scrollFlags="scroll|exitUntilCollapsed"

app:titleEnabled="false">

android:layout_width="match_parent"

android:layout_height="@dimen/len_224"

android:contentDescription="@string/app_name"

android:foreground="@color/black_alpha_48"

android:scaleType="centerCrop"

android:src="@drawable/bg" />

android:id="@+id/toolbar"

android:layout_width="match_parent"

android:layout_height="@dimen/actionBarWithStatusBarSize"

android:paddingTop="@dimen/statusBarSize"

app:layout_collapseMode="pin">

android:id="@+id/view_pager"

android:layout_width="match_parent"

android:layout_height="match_parent"

android:background="@color/red_900"

app:layout_behavior="android.support.design.widget.AppBarLayout$ScrollingViewBehavior" />

老师,上面是个布局的代码, 当我滑动AppbarLayout部分时,很流畅, 当我滑动ViewPager(换成RrecyclerView也一样)部分时,却会卡顿, 当我吧ViewPager放进AppbarLayout时,滑起来才流畅(当然,我觉得这儿滑的就是AppbarLayout…) 老师遇到过这种问题吗?

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值