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

@ -98,6 +98,7 @@ public class BaseActivity extends AppCompatActivity {
}
private void setNavigationBarColor() {
getWindow().setNavigationBarColor(SurfaceColors.getColorForElevation(this, 10));
getWindow().setNavigationBarColor(SurfaceColors.getColorForElevation(this, 8));
getWindow().setStatusBarColor(SurfaceColors.getColorForElevation(this, 0));
}
}

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() {