From 75d729ca31226c5ca4704733c0055e9539cf831e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abel=20Garci=CC=81a=20de=20Prada?= Date: Fri, 2 Jul 2021 13:19:53 +0200 Subject: [PATCH 1/2] Update the music icon with the branded toolbar color --- .../src/main/res/drawable/ic_place_holder_music_cover_art.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/owncloudApp/src/main/res/drawable/ic_place_holder_music_cover_art.xml b/owncloudApp/src/main/res/drawable/ic_place_holder_music_cover_art.xml index f6188aab4fb..46c63639a98 100644 --- a/owncloudApp/src/main/res/drawable/ic_place_holder_music_cover_art.xml +++ b/owncloudApp/src/main/res/drawable/ic_place_holder_music_cover_art.xml @@ -6,8 +6,8 @@ + android:fillColor="@color/actionbar_start_color" + android:strokeColor="@color/actionbar_start_color"/> Date: Fri, 2 Jul 2021 13:57:52 +0200 Subject: [PATCH 2/2] Add calens item --- changelog/unreleased/3297 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/3297 diff --git a/changelog/unreleased/3297 b/changelog/unreleased/3297 new file mode 100644 index 00000000000..12fcc89a872 --- /dev/null +++ b/changelog/unreleased/3297 @@ -0,0 +1,6 @@ +Enhancement: Note icon in music player to be branded + +The note icon in the music player will have the same color as the toolbar, +so branded apps can have the icon tinted using their custom theme. + +https://github.com/owncloud/android/issues/3272 https://github.com/owncloud/android/pull/3297