Android - how to draw in a multiple view layout -


i have draw ball inside view (or else task).

i have followed tutorial matter, every tutorial have found uses 1 view (that shown on screen without use of layout). in activity use layout, composed many views, , want draw on 1 of them.

here little mockup!

anybody knows way it? view wrong container it?

thanks advance!

bye

...

you should extend view inherits viewgroup. kind of view lets handle view contains other views. that, can control drawing, measures , layout of each of it's children separately


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -