2016-02-29 60 views
-7

Real Image網格佈局管理器有了Recycerview安卓

我想創建一個使用Recycerview.but我正在流汗一些問題,它這種類型的佈局。

recyclerView.setLayoutManager(new GridLayoutManager(parentActivity, 2)); 

使用上述線,我有顯示列表中2列。但當一些視圖的高度小,則得到空白space..i要移除該空白空間。

問題截圖:

Current Screen

請給予解決方案,以去除空間。

+0

試試這個https://github.com/etsy/AndroidStaggeredGrid – Rohit5k2

+2

@ Rohit5k2 thnks但即時通訊使用recyclerview.and我想基於它的變化在gridlayout管理器 – dipali

+0

這將做的工作,然後http://developer.android.com/reference/android/support/v7/widget/StaggeredGridLayoutManager.html – Rohit5k2

回答