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 -

c# - Retrieve google contact -

javascript - How to insert selected radio button value into table cell -