I’m creating a bottom navigation bar in android studio using java but the case is not being accepted with neither the colon nor semi-colon
replaceFragment(new HomeFragment());
binding.bottomNavigationView.setBackground(null);
replaceFragment(new HomeFragment());
binding.bottomNavigationView.setBackground(null);