In my app I need to scroll through a number of custom objects.
So, my solution was to have a scroller widget which contains box widget with a number of custom layouts. I works well.
Currently I need to change a background color for this screen.
I tried to use background widget for scroller and for box, but it doesn't work.
Do you have any idea how to change background color for scroller?
Thanks