Transparent Panel

cooperlegend

Active Member
Licensed User
Longtime User
Hi, I have implement a horizontal ScrollView based on code from the ScrollView Example http://www.b4x.com/forum/basic4android-getting-started-tutorials/6612-scrollview-example.html

This is display a scrolling list of sponsor logos on the front screen.

Previously I had these logos just dotted around on the front screen which looked nice against the picture background on this screen.

But now using this scrollView I don't get to see the background image around these logos, just the plain background of the ScrollView.

Is there a way of making the background of the scrollView transparent so that it shows the main Activity's picture background instead? Setting to colour "Transparent" didn't seem to work...
 

derez

Expert
Licensed User
Longtime User
You must be doing something wrong in your code, because it should work.
Have you set the scrollview.panel.color to transparent ?
 
Upvote 0
Top