Hello,
I' m using B4X] AS DraggableBottomCard from this post:
i want use only one animation from hiden to show, without the option to reduce of 50% the view.
Actually i use this code.
But i think that it is loading layout twice..
How can i do?
Thanks
@Alexander Stolte
I' m using B4X] AS DraggableBottomCard from this post:
i want use only one animation from hiden to show, without the option to reduce of 50% the view.
Actually i use this code.
B4X:
asdbc_main.Initialize(Me,"asdbc_main")
asdbc_main.Create(PanelContent,80%y,80%y,0%y,PanelContent.Width,asdbc_main.Orientation_MIDDLE)
on click button event
asdbc_main.BodyPanel.LoadLayout("frm_body")
asdbc_main.Show(False)
How can i do?
Thanks
@Alexander Stolte