The app I\'m working on consists of a Navigation Drawer which is implemented in an Activity. The activity layout is as follows:
// Get the reference for appbar from layout AppBarLayout appbar = rootView.findViewById(R.id.appbar); //boolean expanded, boolean animate appbar.setExpanded(true, true);