Chris B.
unread,Feb 10, 2012, 10:55:44 PM2/10/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Android Programming at USF
I'm trying to set the background image for the screen with
this.SetBackgroundImage(..) in my $define method. If I just use
SetBackgroundColor, the components over it (such as labels) correctly
show the background color. However, if I try to use an image for the
screen background, none of the components appear to have transparent
backgrounds. Is there a way to get components to show the background
image underneath?