Quantcast
Channel: Android: How to get rid of the header bar in App? - Stack Overflow
Browsing latest articles
Browse All 4 View Live

Answer by Marco Pierucci for Android: How to get rid of the header bar in App?

No need to create anew theme (At least for this purpose) Modify you app theme (Picture one)change parent="android:Theme.Holo.Light.DarkActionBar" for parent="android:Theme.Holo.NoActionBar" On you...

View Article



Answer by Krystian G for Android: How to get rid of the header bar in App?

You can use this in onCreate: getSupportActionBar().hide();

View Article

Answer by Jimale Abdi for Android: How to get rid of the header bar in App?

Create a style for your splash Activity like this <style name="AppTheme.NoActionBar"> <item name="windowActionBar">false</item> </style> after that set this style for your...

View Article

Image may be NSFW.
Clik here to view.

Android: How to get rid of the header bar in App?

For some reasons when I launch the app in the splash activity and in the row activity, see images, there is a header bar with the name of the app "Baby Read". I don't want the header there, how do I...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images