更新到v23.2.0之后,我的RecyclerView
项目之间有巨大的空白垂直空间.
我的项目布局非常简单:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
Run Code Online (Sandbox Code Playgroud)