aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_post_gallery.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/activity_post_gallery.xml')
-rw-r--r--app/src/main/res/layout/activity_post_gallery.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/activity_post_gallery.xml b/app/src/main/res/layout/activity_post_gallery.xml
index 5cf045cb..80f87dc1 100644
--- a/app/src/main/res/layout/activity_post_gallery.xml
+++ b/app/src/main/res/layout/activity_post_gallery.xml
@@ -191,6 +191,7 @@
android:id="@+id/images_recycler_view_post_gallery_activity"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:padding="16dp"
app:layoutManager="androidx.recyclerview.widget.GridLayoutManager"
app:spanCount="2" />