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

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -