1、問題
NestedScrollView嵌套Recyclerview部分手機回傳到這個頁面Recyclerview頂部,而不是頁面NestedScrollView頂部
部分布局大致如下
<androidx.core.widget.NestedScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:focusableInTouchMode="true"
android:descendantFocusability="blocksDescendants"
android:fillViewport="true"
app:layout_constraintBottom_toBottomOf="parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recentGameRv"
android:layout_width="match_parent&
轉載請註明出處,本文鏈接:https://www.uj5u.com/yidong/289637.html
標籤:其他
上一篇:關于Kotlin呼叫企業微信API時獲取access_token遇到的問題
下一篇::app:processDebugMainManifest Manifest merger failed with multiple errors, see logs
