1
Answer

How to set navigation title in other fragement in android.

Photo of Nimish Saxena

Nimish Saxena

7y
548
1
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)