diff options
-rw-r--r-- | app/src/main/res/layout/fragment_uploaded_images_bottom_sheet.xml | 6 |
1 files 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" |