From 8889fc51c138a5917bb7dd2f8161376cb0912b0b Mon Sep 17 00:00:00 2001 From: CappielloAntonio Date: Sat, 15 Jan 2022 17:08:42 +0100 Subject: [PATCH] the distinction between navigation bar and bottomSheet is made more marked --- .../play/ui/fragment/PlayerBottomSheetFragment.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/cappielloantonio/play/ui/fragment/PlayerBottomSheetFragment.java b/app/src/main/java/com/cappielloantonio/play/ui/fragment/PlayerBottomSheetFragment.java index ff5fc02f..e4d8fe99 100644 --- a/app/src/main/java/com/cappielloantonio/play/ui/fragment/PlayerBottomSheetFragment.java +++ b/app/src/main/java/com/cappielloantonio/play/ui/fragment/PlayerBottomSheetFragment.java @@ -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() {