Display custom title bar in XML

Posted by Casebash on Stack Overflow See other posts from Stack Overflow or by Casebash
Published on 2010-04-28T01:01:53Z Indexed on 2010/04/28 1:03 UTC
Read the original article Hit count: 264

Filed under:
|

In Android documentation describing "Configuring General Window Properties", it is suggested that specifying properties via XML is preferable whenever possible. As an example, instead of setting Window.FEATURE_NO_TITLE with requestWindowFeature, they set it to @android:style/Theme.NoTitleBar. Is there a similar way to set a custom title bar to be used in the XML?

© Stack Overflow or respective owner

Related posts about android

Related posts about Xml