Android Question SimpleMediaManager Round Image and Round Background

BarryW

Active Member
Licensed User
Longtime User
How to set round background for SimpleMediaManager

I'm using this code, only the image is round not the background

B4X:
Dim extra As Map
extra.Initialize
extra.Put(MediaManager.REQUEST_ROUNDIMAGE, True)
extra.Put(MediaManager.REQUEST_BACKGROUND, XUI.Color_LightGray)
    
MediaManager.SetMediaFromFile(Panel, File.DirAssets, "sample.png", "image/*", extra)
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…