android - Take whole available hight for a TableRow -
i use tablelayout 2 tablerows. 1 row contains 3 buttons. other should take remaining space output. how can accomplished? either in xml or onmeasure method.
i'm not familiar using tables, know when you're laying out forms, if want that, lay out things going normal size. lay out thing going take remainder of screen , set it's height property "fill_parent". if you'll paste code in i'd happy take @ , fix you. :-)
-jared
Comments
Post a Comment