fix: updated status bar and music player background colors

This commit is contained in:
antonio 2023-08-14 19:24:38 +02:00
parent 5a43137984
commit 89b39123da
2 changed files with 3 additions and 2 deletions

View file

@ -86,7 +86,7 @@ public class PlayerBottomSheetFragment extends Fragment {
}
private void customizeBottomSheetBackground() {
bind.playerHeaderLayout.getRoot().setBackgroundColor(SurfaceColors.getColorForElevation(requireContext(), 2));
bind.playerHeaderLayout.getRoot().setBackgroundColor(SurfaceColors.getColorForElevation(requireContext(), 8));
}
private void customizeBottomSheetAction() {