From e4b9ff6aa19ae7aa234b8b738c43122668f845d9 Mon Sep 17 00:00:00 2001 From: Christine Coenen Date: Wed, 25 Sep 2024 19:20:57 +0200 Subject: [PATCH] Give separator items a little bit of padding --- .../res/layout/mediathek_list_fragment_item_date_separator.xml | 3 ++- app/src/main/res/layout/personal_fragment_header_item.xml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/mediathek_list_fragment_item_date_separator.xml b/app/src/main/res/layout/mediathek_list_fragment_item_date_separator.xml index 1d02199d..f2441c11 100644 --- a/app/src/main/res/layout/mediathek_list_fragment_item_date_separator.xml +++ b/app/src/main/res/layout/mediathek_list_fragment_item_date_separator.xml @@ -6,6 +6,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingHorizontal="@dimen/activity_horizontal_margin" - android:paddingVertical="8dp" + android:paddingTop="16dp" + android:paddingBottom="8dp" android:textAppearance="?textAppearanceTitleMedium" tools:text="@string/fragment_personal_today" /> diff --git a/app/src/main/res/layout/personal_fragment_header_item.xml b/app/src/main/res/layout/personal_fragment_header_item.xml index 144dcb73..9b3e5dc1 100644 --- a/app/src/main/res/layout/personal_fragment_header_item.xml +++ b/app/src/main/res/layout/personal_fragment_header_item.xml @@ -3,7 +3,8 @@ xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" - android:layout_height="wrap_content"> + android:layout_height="wrap_content" + android:paddingTop="8dp">