Even setting the B4XDialog and Panel with transparent and on layout too, this background is showing, look the color of the background, you can see is NOT transparent (is easy to see over the bottom buttons)
another question is:
is possible to dim all screen (INCLUDING STATUS BAR?)
B4X:
Dim p As B4XView = xui.CreatePanel("")
p.SetLayoutAnimated(0, 0, 0, 300dip, 500dip) 'set the content size
p.LoadLayout("layPopLogin")
p.Color = Colors.Transparent
Dim pDialogBox As B4XDialog
pDialogBox.Initialize(pBase)
pDialogBox.BorderColor = Colors.Transparent
pDialogBox.VisibleAnimationDuration = 500
another question is:
is possible to dim all screen (INCLUDING STATUS BAR?)