I want to set up my toolbar as an actionbar, but since your toolbar is a layoutelement it has to be in your layout. Now my layout is in my fragment.
I added the toolbar
try:
((AppCompatActivity)getActivity()).setSupportActionBar(toolbar);