xml 在NestedScrollView中,RecycleView窃取焦点。 |||链接:https://stackoverflow.com/questions/36923948/recyclevi

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xml 在NestedScrollView中,RecycleView窃取焦点。 |||链接:https://stackoverflow.com/questions/36923948/recyclevi相关的知识,希望对你有一定的参考价值。

<android.support.v4.widget.NestedScrollView
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"">

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:focusableInTouchMode="true"
        android:focusable="true"
        android:descendantFocusability="blocksDescendants"
        android:orientation="vertical">

        <View
            android:id="@+id/someView"
            android:layout_width="wrap_content"
            android:layout_height="350dp"/>

        <android.support.v7.widget.RecyclerView
            android:id="@+id/recyclerView"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"/>

    </LinearLayout>
</android.support.v4.widget.NestedScrollView>

以上是关于xml 在NestedScrollView中,RecycleView窃取焦点。 |||链接:https://stackoverflow.com/questions/36923948/recyclevi的主要内容,如果未能解决你的问题,请参考以下文章

如何在android中使用SwipeRefreshLayout和imageView进入NestedScrollView

如果在 nestedScrollView 内,RecyclerView 不回收

如何在viewPager的视图顶部使用nestedScrollView中的viewpager

内容更改时,NestedScrollView 在顶部滚动

NestedScrollView 内的子级未覆盖整个屏幕高度

CollapsingToolbar, Viewpager 有 recyclerview 和 NestedScrollview