android - what kind of layout is best to choose? -


[form drawn in gimp][1] result should this. layout best use? realize relative scary cumbersome code, , using table having problems height or width of elements.

parent - linearlayout vertical

child views - relative layout or linearlayout depending on complexity of each row. use relative layout more complex rows.

i suggest create reusable elements can design layout ease.

hth.


Comments

Popular posts from this blog

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -