Monday, June 6, 2011

Re: [android-developers] tablet feature - how to turn off buttons and time display?

setSystemUiVisibility(View.STATUS_BAR_HIDDEN) will move the system bar
into "lights out mode".

On Mon, Jun 6, 2011 at 5:55 AM, mot12 <martin.hunke@gmail.com> wrote:
> I have an app displaying a beside alarm clock. Now one user having a
> XOOM wrote this:
>
> "Motorola xoom has buttons and time display within the screen. I have
> seen other apps turn it off,'or really make the buttons into tiny dots
> virtually unnoticeable."
>
> I don't have a tablet, let alone a XOOM :(. Does anybody know what
> this user means? Is this something new in the Honeycomb API?
>
> Any hints are greatly appreciated.
>
> thanks,
> Martin
>
> --
> 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 unsubscribe from this group, send email to
> android-developers+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to *Advanced* Android Development_ Version
1.9.3 Available!

--
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 unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment