01-21-2011 03:52 PM
How does one set the background color for a view?
it seems that in FB 4.5, it's a grey/black color but in the emulator, it's transparent.
how can i change/set the background color of a specific view?
thanks
05-05-2011 07:32 AM
hi
you can set the background color of the view by setting the following property of the mxml file
in this tag
<s:MobileApplication> add the property backgroundColor ="0xffffff"
by adding this property you can set the background color of the view
if you find this helpful press Kudos