Thanks for that response, Mark. Did you try with a custom fullscreen theme in Android 1.5? Yes, if you directly use "@android:style/ Theme.NoTitleBar.Fullscreen" as the theme for your Activity, you get a fullscreen. But to tailor it to your needs, you'd need a custom theme. If you look at the custom theme I have mentioned above (Theme.ViewItem), it uses the theme you mentioned as its parent. It even has the parameters "android:windowNoTitle" and "android:windowFullscreen" set to true (which aren't necessary since Theme.NoTitleBar.Fullscreen is already the parent). I would appreciate if you can confirm with any custom fullscreen theme that you have used successfully in 1.5. The confusing part is that the same application and theme goes fullscreen in 1.1, but not in 1.5. So just wanted to know if there has been any changes in 1.5 in this aspect.
On Jun 11, 5:00 pm, Mark Murphy <[email protected]> wrote: > Fullscreen definitely hides the status bar in 1.5. > > android:theme="@android:style/Theme.NoTitleBar.Fullscreen" > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://twitter.com/commonsguy > > Android App Developer Training:http://commonsware.com/training.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

