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
Post a Comment