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