From 01e59176421bc0f5ddfae8fcf4391e6d7c7d1e4f Mon Sep 17 00:00:00 2001 From: antonio Date: Sat, 12 Aug 2023 10:57:36 +0200 Subject: [PATCH] clean: increase distance between the title and the list --- app/src/main/res/layout/fragment_download.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/fragment_download.xml b/app/src/main/res/layout/fragment_download.xml index 4326ac71..0e048afe 100644 --- a/app/src/main/res/layout/fragment_download.xml +++ b/app/src/main/res/layout/fragment_download.xml @@ -108,6 +108,7 @@ android:layout_height="wrap_content" android:clipToPadding="false" android:nestedScrollingEnabled="false" + android:paddingTop="8dp" android:paddingBottom="8dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent"