[android-developers] Re: Showing/hiding dynamically the title bar

2009-04-14 Thread bonfo
Thanks for the suggestions. I will look at the best solution. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: Showing/hiding dynamically the title bar

2009-04-13 Thread Streets Of Boston
Write your own title-bar. It's a hassle, but this is a way to do it. Create a View that looks like a title-bar and put it on top of your screen. You can hide and show it at any time. On Apr 10, 4:27 am, bonfo vale...@javaground.com wrote: Hi, I already know ho to hide the title bar with the

[android-developers] Re: Showing/hiding dynamically the title bar

2009-04-13 Thread Mattaku Betsujin
If you want the title most of the time, and only hide it temporarily, you can use a PopupWindow. On Mon, Apr 13, 2009 at 7:24 AM, Streets Of Boston flyingdutc...@gmail.comwrote: Write your own title-bar. It's a hassle, but this is a way to do it. Create a View that looks like a title-bar

[android-developers] Re: Showing/hiding dynamically the title bar

2009-04-12 Thread Ralf
What is your motivation for hiding or showing the title bar at runtime? Did you consider slicing your app in various activities, which can have different themes? R/ On Fri, Apr 10, 2009 at 1:27 AM, bonfo vale...@javaground.com wrote: Hi, I already know ho to hide the title bar with the