mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +00: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
|
|
@ -98,6 +98,7 @@ public class BaseActivity extends AppCompatActivity {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void setNavigationBarColor() {
|
private void setNavigationBarColor() {
|
||||||
getWindow().setNavigationBarColor(SurfaceColors.getColorForElevation(this, 10));
|
getWindow().setNavigationBarColor(SurfaceColors.getColorForElevation(this, 8));
|
||||||
|
getWindow().setStatusBarColor(SurfaceColors.getColorForElevation(this, 0));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,7 @@ public class PlayerBottomSheetFragment extends Fragment {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void customizeBottomSheetBackground() {
|
private void customizeBottomSheetBackground() {
|
||||||
bind.playerHeaderLayout.getRoot().setBackgroundColor(SurfaceColors.getColorForElevation(requireContext(), 2));
|
bind.playerHeaderLayout.getRoot().setBackgroundColor(SurfaceColors.getColorForElevation(requireContext(), 8));
|
||||||
}
|
}
|
||||||
|
|
||||||
private void customizeBottomSheetAction() {
|
private void customizeBottomSheetAction() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue