Hi Guys
I need your help too much!
in Xtras LIB i used Dialogs!
its my code:
in "about" layout i have an panel and a image view in them
image view have a png transparent picture
now when dialog showed!
panel is not transparent so png transparent in imageview dosent show good!
i tried these ways for became panel hide but none of them didn't worked:
set panel color to transparent
set alpha of panel to 0
but nothing changed
how to make panel transparent to show imageview better?
tnx for reading and sorry for my terrible English
example:
if you know a better way for my work please say
I need your help too much!
in Xtras LIB i used Dialogs!
its my code:
B4X:
Dim dialog As DialogView
dialog.Options.Set(Gravity.CENTER ,0,0,0,0,"slide_top_and_back",True,True)
dialog.Options.Dimensions.Set(100%x, 100%y)
dialog.LoadLayout("about").ShowDefault("q","q")
in "about" layout i have an panel and a image view in them
image view have a png transparent picture
now when dialog showed!
panel is not transparent so png transparent in imageview dosent show good!
i tried these ways for became panel hide but none of them didn't worked:
set panel color to transparent
set alpha of panel to 0
but nothing changed
how to make panel transparent to show imageview better?
tnx for reading and sorry for my terrible English
example:
if you know a better way for my work please say
Last edited: