How can I remove the title bar from an Android App?

  • Thread starter Thread starter AC Question
  • Start date Start date
A

AC Question

Removing Title Bar from Android app

Hi,

I have tried to do same through programmatically and through manifest file both but android app get crash every time.
Please help.
 
Re: Removing Title Bar from Android app

Hi and welcome to Android Central.

Do you mean the bar across the top with the battery and time? Usually you need a new launcher. Further enhancements with xposed or a custom rom.

What device?
 
Re: Removing Title Bar from Android app

Hi,

I have tried to do same through programmatically and through manifest file both but android app get crash every time.
Please help.

You need to make your Activity full screen. You can do this in the OnCreate() method of the activity.