From 6c4c51994d3b49ef026c0bce70b4da584e37b094 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Sun, 27 Nov 2022 12:42:42 +0100 Subject: Switch back to non-transparent navigation bar (#6111) --- app/src/main/res/layout/fragment_itunes_search.xml | 27 ++++++++++++++-------- 1 file changed, 17 insertions(+), 10 deletions(-) (limited to 'app/src/main/res/layout/fragment_itunes_search.xml') diff --git a/app/src/main/res/layout/fragment_itunes_search.xml b/app/src/main/res/layout/fragment_itunes_search.xml index d39d49c04..36026ae1e 100644 --- a/app/src/main/res/layout/fragment_itunes_search.xml +++ b/app/src/main/res/layout/fragment_itunes_search.xml @@ -4,25 +4,32 @@ xmlns:tools="http://schemas.android.com/tools" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" - android:layout_height="match_parent" - android:fitsSystemWindows="true"> + android:layout_height="match_parent"> - + android:fitsSystemWindows="true" + android:elevation="0dp"> + + + +