Android Question Transparent Activity background

dibesw

Active Member
Licensed User
Longtime User
HI,
is it possibile to load an activity backgruoud
and after load somehow another activity background in trasparency?
B4X:
Dim BG As Bitmap = LoadBitmapSample(File.DirAssets, "aaa.jpg", Activity.Width, Activity.Height)
Activity.SetBackgroundImage(BG)
'After Image in transparency from first...
Dim BG As Bitmap = LoadBitmapSample(File.DirAssets, "bbb.jpg", Activity.Width, Activity.Height)
Activity.SetBackgroundImage(BG)
 

sorex

Expert
Licensed User
Longtime User
you can give a panel a transparent or semitransparent background.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…