user interface - How to cancel the effect of RequestWindowFeature in android\monodroid? -


i write game. use requestwindowfeature(windowfeatures.notitle); @ splash screen, how can disable @ settings screen?

in settings activity oncreate, run this:

requestwindowfeature(window.feature_custom_title); getwindow().settitle("settings"); 

Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -