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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -