I have been using the latest Toolbar from AppCompatv7 lib.I have placed a textview in the ToolBar ViewGroup And I want to set a title into this Textview from the fragment in my
You can change the title of your toolbar on the event OnAttach, something like this
var toolbar = activity.FindViewById(Resource.Id.toolbar); toolbar.Title = "New Title";