android - How to prevent Up Navigation in Xamarin -


[activity(label = "@string/addstoryselectclassactivity_label", screenorientation = screenorientation.portrait, parentactivity=typeof(feedlistactivity))] [metadata("android.support.parent_activity", value = "educaandroid.feedlistactivity")] 

after adding parentactivity flag activity in xamarin, activity has start showing navigation on screen. how can prevent ?

after looking couple of class founded disabling navigation on here

actionbar.setdisplayhomeasupenabled (false);  

Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -