From d5b7619dd1d3d8559e9350472b0eedb238b235d4 Mon Sep 17 00:00:00 2001 From: antonio Date: Tue, 15 Aug 2023 19:06:31 +0200 Subject: [PATCH] style: aligned surface colors with recommended Material You colors --- app/src/main/res/layout/fragment_album_catalogue.xml | 5 +++-- app/src/main/res/layout/fragment_album_list_page.xml | 4 ++-- app/src/main/res/layout/fragment_artist_catalogue.xml | 5 +++-- app/src/main/res/layout/fragment_artist_list_page.xml | 4 ++-- app/src/main/res/layout/fragment_directory.xml | 5 +++-- app/src/main/res/layout/fragment_filter.xml | 4 ++-- app/src/main/res/layout/fragment_genre_catalogue.xml | 5 +++-- app/src/main/res/layout/fragment_index.xml | 5 +++-- app/src/main/res/layout/fragment_login.xml | 4 ++-- app/src/main/res/layout/fragment_playlist_catalogue.xml | 5 +++-- app/src/main/res/layout/fragment_playlist_page.xml | 1 + .../main/res/layout/fragment_podcast_channel_catalogue.xml | 5 +++-- app/src/main/res/layout/fragment_podcast_channel_page.xml | 2 ++ app/src/main/res/layout/fragment_song_list_page.xml | 5 +++-- 14 files changed, 35 insertions(+), 24 deletions(-) diff --git a/app/src/main/res/layout/fragment_album_catalogue.xml b/app/src/main/res/layout/fragment_album_catalogue.xml index c4129713..0111f825 100644 --- a/app/src/main/res/layout/fragment_album_catalogue.xml +++ b/app/src/main/res/layout/fragment_album_catalogue.xml @@ -9,13 +9,13 @@ android:id="@+id/toolbar" android:layout_width="match_parent" android:layout_height="?attr/actionBarSize" + android:background="?attr/colorSurface" app:layout_collapseMode="pin" app:navigationIcon="@drawable/ic_arrow_back" /> + android:layout_height="match_parent"> + android:layout_height="match_parent"> + android:layout_height="match_parent"> + android:layout_height="match_parent"> + android:layout_height="match_parent"> diff --git a/app/src/main/res/layout/fragment_filter.xml b/app/src/main/res/layout/fragment_filter.xml index 49e97247..1f09156d 100644 --- a/app/src/main/res/layout/fragment_filter.xml +++ b/app/src/main/res/layout/fragment_filter.xml @@ -9,13 +9,13 @@ android:id="@+id/toolbar" android:layout_width="match_parent" android:layout_height="?attr/actionBarSize" + android:background="?attr/colorSurface" app:layout_collapseMode="pin" app:navigationIcon="@drawable/ic_arrow_back" /> + android:layout_height="match_parent"> + android:layout_height="match_parent"> + android:layout_height="match_parent"> + android:layout_height="match_parent"> + android:layout_height="match_parent"> diff --git a/app/src/main/res/layout/fragment_podcast_channel_catalogue.xml b/app/src/main/res/layout/fragment_podcast_channel_catalogue.xml index 2c16e731..9a954a7d 100644 --- a/app/src/main/res/layout/fragment_podcast_channel_catalogue.xml +++ b/app/src/main/res/layout/fragment_podcast_channel_catalogue.xml @@ -9,13 +9,13 @@ android:id="@+id/toolbar" android:layout_width="match_parent" android:layout_height="?attr/actionBarSize" + android:background="?attr/colorSurface" app:layout_collapseMode="pin" app:navigationIcon="@drawable/ic_arrow_back" /> + android:layout_height="match_parent"> @@ -101,6 +102,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:clipToPadding="false" + android:paddingTop="16dp" android:paddingBottom="@dimen/global_padding_bottom" app:layout_behavior="@string/appbar_scrolling_view_behavior" /> diff --git a/app/src/main/res/layout/fragment_song_list_page.xml b/app/src/main/res/layout/fragment_song_list_page.xml index 0b18eb24..8a57e949 100644 --- a/app/src/main/res/layout/fragment_song_list_page.xml +++ b/app/src/main/res/layout/fragment_song_list_page.xml @@ -9,13 +9,13 @@ android:id="@+id/toolbar" android:layout_width="match_parent" android:layout_height="?attr/actionBarSize" + android:background="?attr/colorSurface" app:layout_collapseMode="pin" app:navigationIcon="@drawable/ic_arrow_back" /> + android:layout_height="match_parent">