How to hide the title bar for an Activity in XML
Posted
by Janusz
on Stack Overflow
See other posts from Stack Overflow
or by Janusz
Published on 2010-04-07T08:48:22Z
Indexed on
2010/04/07
8:53 UTC
Read the original article
Hit count: 240
I want to hide the title bar for some of my activities. The problem is that I applied a style to all my activities, therefore I can't simply set the theme to @android:style/Theme.NoTitleBar.
Using the NoTitleBar theme as a parent for my style would remove the title bar for to much activities. Can I set a no title style item somewhere?
© Stack Overflow or respective owner