From b382ebecc3703569fff15d93bba90ad36f1f1298 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 16 Jul 2021 20:32:05 +0800 Subject: Center the FloatingActionButton in PostGalleryActivity. --- app/src/main/res/layout/activity_post_gallery.xml | 1 + .../res/layout/item_reddit_gallery_submission_add_image.xml | 11 ++++++----- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'app/src/main/res/layout') 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" /> diff --git a/app/src/main/res/layout/item_reddit_gallery_submission_add_image.xml b/app/src/main/res/layout/item_reddit_gallery_submission_add_image.xml index a1f55806..ebb89953 100644 --- a/app/src/main/res/layout/item_reddit_gallery_submission_add_image.xml +++ b/app/src/main/res/layout/item_reddit_gallery_submission_add_image.xml @@ -1,13 +1,14 @@ - + android:layout_height="match_parent" + xmlns:app="http://schemas.android.com/apk/res-auto"> + android:src="@drawable/ic_outline_select_photo_24dp" + android:layout_gravity="center" /> - \ No newline at end of file + \ No newline at end of file -- cgit v1.2.3