I'm having trouble removing the Title bar from the application, I've already tried putting requestWindowFeature(Window.FEATURE_NO_TITLE);
on OnCreate, nothing. For the <application android:theme="@android:style/Theme.Black.NoTitleBar">
manifest, that way, it even exits in Preview, but when I run the application either through the emulator, or in the mobile phone, the bent bar is again. Any light?