Skip to content

Commit

Permalink
Merge pull request #3297 from owncloud/enhancement/update_music_icon_…
Browse files Browse the repository at this point in the history
…color

Update the music icon with the branded toolbar color
  • Loading branch information
abelgardep authored Jul 5, 2021
2 parents ee4e8f4 + 0df303c commit 5cb04a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions changelog/unreleased/3297
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<path
android:pathData="M0,0h200v200h-200z"
android:strokeWidth="3.81912"
android:fillColor="@color/primary"
android:strokeColor="@color/primary"/>
android:fillColor="@color/actionbar_start_color"
android:strokeColor="@color/actionbar_start_color"/>
<path
android:pathData="m78.094,58.945v47.641c-2.664,-1.535 -5.735,-2.484 -9.031,-2.484 -9.98,0 -18.063,8.083 -18.063,18.063 0,9.98 8.083,18.063 18.063,18.063 9.98,0 18.063,-8.083 18.063,-18.063V77.008c14.948,0 29.895,0 44.843,0V107.413c-2.664,-1.535 -5.735,-2.484 -9.031,-2.484 -9.98,0 -18.063,8.083 -18.063,18.063 0,9.98 8.083,18.063 18.063,18.063 9.98,0 18.063,-8.083 18.063,-18.063V58.945c-20.969,0 -41.937,0 -62.906,0z"
android:strokeWidth="4.516"
Expand Down

0 comments on commit 5cb04a0

Please sign in to comment.