Recyclerview onBindViewHolder called for all items when inside LinearLayout with weights
问题 I recently updated from support library recyclerview-v7:23.1.1 to recyclerview-v7:25.1.0. My Layout contains 2 recylerviews splitted 50% on the screen. The xml code is as follows: <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="horizontal"> <android.support.v7.widget.RecyclerView android:id="@+id/recyclerView1" android:layout_width="0dp" android:layout_height="match_parent" android:layout_weight="1" android:scrollbars="none"/>