I have problem removing this title bar/image:

I’ve tried theme change in manifest file
(android:theme="@android:style/Theme.NoActionBar.Fullscreen"),
and I’ve tried
this.requestWindowFeature(Window.FEATURE_NO_TITLE);
aswell, but in both ways, my app “stopped working” right after I ran it. Any sugestions?
1 Answer