Hi the List !
I'd like to use a png image (the designer gave it to me) as a background
for a view.
Unlike stretches="both" or stretches="none",
I try to make that small image to be replicated so it will fill the
view, not being stretches to the view.
Basically, it could be fill="both" on a view ...
It is possible out of the box ?
If no, what would a direction to go ?
I do not want to finish coding a layout that will instanciate too much
view (one per image to copy).
Too much views will certainly slow down the system ...
Any ideas ?
Note : that small image should build a background for a *resizable* window.
Thanks !