On Feb 18, 3:57 pm, poohtbear <[email protected]> wrote: > ah. the x,y secret. > I'm using FrameLayout to adjust my TextEdit is specific X,Y's on the > screen, it's possible sue to FrameLayout's margin layout. > I set the EditText in the screen according to my GUI's list items, so > i need the ability to set it to a specific place. > If not obsolete, i would have used AbsoluteLayout. > >
finally i understand: dont use FrameLayout at all create custom Layout extending ViewGroup instead - it's quite easy pskink -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

