Closed be1box closed 9 years ago
On fragment:
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setHasOptionsMenu(true);
}
@Override
public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {
// TODO Add your menu entries here
super.onCreateOptionsMenu(menu, inflater);
}
taken from here
@yoavst Thank you, bro
@mifa can you close the issue please
Now i need call onCreateOptionsMenu() from MaterialNavigationDrawer activity:
and getActivity().invalidateOptionsMenu() in target fragment.