<RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:descendantFocusability="blocksDescendants"> <android.support.v7.widget.RecyclerView android:id="@+id/recyclerview" android:layout_width="match_parent" android:layout_height="wrap_content" /></RelativeLayout>
以上是xml里面的代码
下面是activity里面要加的属性
recyclerview.setHasFixedSize(true);// --'if (Build.VERSION.SDK_INT > Build.VERSION_CODES.KITKAT_WATCH) {recyclerview.setNestedScrollingEnabled(false);}
scrollview 嵌套recyclerview的新的解决办法
最新推荐文章于 2025-05-26 16:21:52 发布