Showing posts with label titlebar. Show all posts
Showing posts with label titlebar. Show all posts

Tuesday, June 5, 2012

How to hide the title bar for an Activity in XML with existing custom theme


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.

Sunday, April 22, 2012

Android: The progress bar in the window"s title does not display


I have a web view to override the built-in browser and I want to show a progress indicator on the title bar.