From 837a46e0dd74ca92299d229f44a8c24dbbc50a5e Mon Sep 17 00:00:00 2001 From: Jays2Kings Date: Thu, 8 Apr 2021 17:00:41 -0400 Subject: [PATCH] Adding some padding to recents display sheet --- app/src/main/res/layout/recents_options_sheet.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/recents_options_sheet.xml b/app/src/main/res/layout/recents_options_sheet.xml index 3c12909327..90cf4046f5 100644 --- a/app/src/main/res/layout/recents_options_sheet.xml +++ b/app/src/main/res/layout/recents_options_sheet.xml @@ -31,14 +31,14 @@ android:id="@+id/show_recents_download" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginTop="2dp" + android:layout_marginTop="8dp" android:entries="@array/show_recent_download" app:title="@string/show_download_button" /> @@ -58,7 +58,7 @@ android:layout_height="wrap_content" android:text="@string/show_title_first" android:textColor="?android:attr/textColorPrimary" - android:layout_marginTop="4dp" /> + android:layout_marginTop="8dp" /> \ No newline at end of file