java - Cannot resolve symbol 'window' error -


when add "this.requestwindowfeature(window.feature_no_title);" activity, ide redden 'window' word , on tooltip warns me "cannot resolve symbol 'window'"

protected void oncreate(bundle savedinstancestate) {     super.oncreate(savedinstancestate);     this.requestwindowfeature(window.feature_no_title);     setcontentview(r.layout.activity_splash_screen); 

any appreciated.

add import android.view.window; resolve issue.


Comments

Popular posts from this blog

firemonkey - How do I make a beep sound in Android using Delphi and the API? -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -