Hello,
I am trying to build an app which has multiple Layouts.
The plan is, each Layout goes into its own Panel, and I switch between Panels using Menu items (or could be a TabHost.. or some other means)
Now I have a set of buttons that I want to be visible in all Panels (a sort of D-pad).
What's the best way to implement this? I have the buttons in the Designer as a separate Layout, but the layout size is for a device so there's lots of black space around the D-pad buttons. This D-pad would only consume about half the screen at all times.
Also.. (more newbie-ish question) it seems that all controls have global scope? not on a per-Panel basis?
I am trying to build an app which has multiple Layouts.
The plan is, each Layout goes into its own Panel, and I switch between Panels using Menu items (or could be a TabHost.. or some other means)
Now I have a set of buttons that I want to be visible in all Panels (a sort of D-pad).
What's the best way to implement this? I have the buttons in the Designer as a separate Layout, but the layout size is for a device so there's lots of black space around the D-pad buttons. This D-pad would only consume about half the screen at all times.
Also.. (more newbie-ish question) it seems that all controls have global scope? not on a per-Panel basis?