Мне понадобилась сборка Grid Layout, подобная этой.
![](https://i.stack.imgur.com/w7Cmp.png)
Я создал RecyclerView и установил GridLayoutManager
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<ImageView
android:id="@+id/imgPost"
android:scaleType="centerCrop"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</RelativeLayout>
Но он генерирует пустое пространство.Пожалуйста, помогите мне достичь этого.