Nimish Saxena

Nimish Saxena

  • 1k
  • 589
  • 79.4k

How to set navigation title in other fragement in android.

Apr 21 2018 4:00 AM
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? 

Answers (1)