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

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -