Hi!
i' making a remote-app, so i need a varying number of buttons, grouped by tableviews and tablerows.
i can create the fix ones (that must alwasy be available) at designtime via xml, making use of the layouts making all buttons fit on every resolution.
but there are buttons i have to create at runtime. to make them behave the same way as the fixed ones, i need to assign the layout width, -height and -weight values.
i was searching the whole documentation, but there it's alwas done in xml, no word about runtime / matching routines.
is this even possible?? how else could i create a to-all-sides-fitting grid of buttons?
thanks a lot!