On Thu, Mar 10, 2011 at 3:35 AM, bryan <[email protected]> wrote: > Do you mean that I better not to hide these buttons and let them > always visible? Also, do you mean that I could port these buttons only > on system bar (ex: the status bar) instead of reserving a screen > region to implement them? As I know people choose one way to port > these buttons on the status bar. But if possible, could you give me > any comment about my original idea (even it is not feasible)? Or I can > do it only on the system bar? Is it possible to add another bar for > these buttons? If yes, where is the source code located for me to > refer to? >
You just need to put them in a part of the UI that apps can't cover or remove. For example, if you put them in the status bar, you need to turn off the ability of the status bar to be hidden when an app requests to be full screen. -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
