Scrollview嵌套Recyclverview只显示一行

  1. <RelativeLayout  
  2.     android:layout_width="match_parent"  
  3.     android:layout_height="wrap_content"  
  4.     android:descendantFocusability="blocksDescendants">  
  5. <android.support.v7.widget.RecyclerView  
  6.     android:id="@+id/playdate_recyclerview"  
  7.     android:divider="@color/vr_gray"  
  8.     android:dividerHeight="1dp"  
  9.     android:layout_width="match_parent"  
  10.     android:layout_height="wrap_content" />  
  11. </RelativeLayout>
posted @ 2017-04-21 11:34  黑色秋梨膏  阅读(305)  评论(0编辑  收藏  举报