From 09f05f3839eb4e06210047e611ba72726f9815eb Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sun, 4 Jul 2021 23:28:18 +0800 Subject: Minor UI tweaks in UploadedImagesBottomSheetFragment. --- app/src/main/res/layout/fragment_uploaded_images_bottom_sheet.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/fragment_uploaded_images_bottom_sheet.xml b/app/src/main/res/layout/fragment_uploaded_images_bottom_sheet.xml index 4eb8005c..79b6fa82 100644 --- a/app/src/main/res/layout/fragment_uploaded_images_bottom_sheet.xml +++ b/app/src/main/res/layout/fragment_uploaded_images_bottom_sheet.xml @@ -11,9 +11,9 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center" - android:paddingTop="8dp" - android:paddingStart="8dp" - android:paddingEnd="8dp" + android:paddingTop="16dp" + android:paddingStart="16dp" + android:paddingEnd="16dp" android:text="@string/uploaded_images" android:fontFamily="?attr/font_family" android:textSize="?attr/font_18" -- cgit v1.2.3