I've been trying to find a way to place some buttons on my custom
view. I did not use ViewGroup, but the need is to place couple buttons
at the high end of y coordinate. I sure don't know if I could use an
XML layout for this. So imagine that 1/10 th or 1/15th of the Y axis
on high end ( i.e. the bottom of the screen ) would be devoted to
those buttons. Rest of the canvas is dynamically drawn figures.

Using programmatic-ally, the drawable object, I can place them
properly, but it is hard to label those buttons with text. I know it
is possible to perhaps create several button with embedded text and
draw them based on the application states, but that seems to be bit of
a work.

Would it be possible to use XML formatted layout to place those
buttons at the high end of Y axis, as well as leave the rest for
custom viewed draw without going through Viewgroup?

Any suggestion
--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to