How to set navigation title in other fragement in android native xamarin.
i tried this but its not working.................
navigation_appbar = inflater.Inflate(Resource.Layout.navigation_appbar, container, false);
TextView nav_title_text = (TextView)navigation_appbar.FindViewById<TextView>(Resource.Id.nav_title_text);
nav_title_text.Text = "DUMMY";
is to possible to change?