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)