the distinction between navigation bar and bottomSheet is made more marked

This commit is contained in:
CappielloAntonio 2022-01-15 17:08:42 +01:00
parent 2a103909d1
commit 8889fc51c1

View file

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