Add column spacing to the RecyclerView in PostGalleryActivity.

This commit is contained in:
Alex Ning
2021-07-16 21:01:39 +08:00
parent b382ebecc3
commit 45181aa712
2 changed files with 37 additions and 1 deletions

View File

@@ -191,7 +191,9 @@
android:id="@+id/images_recycler_view_post_gallery_activity"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="16dp"
android:paddingTop="16dp"
android:paddingStart="8dp"
android:paddingEnd="8dp"
app:layoutManager="androidx.recyclerview.widget.GridLayoutManager"
app:spanCount="2" />