From 66836c875c9fdfa81b4046451ebde1f797603061 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Fri, 26 Jul 2024 15:28:42 -0300 Subject: [PATCH] Fixes for MD3 that got merged in the meantime --- app/src/main/res/layout/footer_files_selection.xml | 5 ++--- app/src/main/res/layout/header_files_selection.xml | 1 + storage/lib/src/main/res/layout/item_file.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/footer_files_selection.xml b/app/src/main/res/layout/footer_files_selection.xml index 00891b8b..aa92e3a3 100644 --- a/app/src/main/res/layout/footer_files_selection.xml +++ b/app/src/main/res/layout/footer_files_selection.xml @@ -2,7 +2,7 @@ SPDX-FileCopyrightText: 2024 The Calyx Institute SPDX-License-Identifier: Apache-2.0 --> - diff --git a/app/src/main/res/layout/header_files_selection.xml b/app/src/main/res/layout/header_files_selection.xml index 615c6f2e..b001a55a 100644 --- a/app/src/main/res/layout/header_files_selection.xml +++ b/app/src/main/res/layout/header_files_selection.xml @@ -7,6 +7,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="wrap_content" + android:background="@color/background" android:paddingBottom="16dp"> -