titlebar - Unwanted Title bar android -


i want remove unwanted title bar

enter image description here

i cant remove

i have tried

 this.requestwindowfeature(window.feature_no_title);         this.getwindow().setflags(                 windowmanager.layoutparams.flag_fullscreen,                 windowmanager.layoutparams.flag_fullscreen); 

this not title bar. actionbar or toolbar. should extend application theme theme.appcompat.noactionbar. or add android:theme="@style/theme.appcompat.noactionbar" <application/> tag in androidmanifest.xml


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -