mirror of
https://github.com/gabehf/tempus.git
synced 2026-03-18 03:36:28 -07:00
fix: updated status bar and music player background colors
This commit is contained in:
parent
5a43137984
commit
89b39123da
2 changed files with 3 additions and 2 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue