Android Question B4X] AS DraggableBottomCard only 1 position

Schakalaka

Active Member
Licensed User
Longtime User
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.
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)
But i think that it is loading layout twice..

How can i do?
Thanks

@Alexander Stolte
 
Top