Android Question CustomLayoutDialog how to add custom controls

Roberto P.

Well-Known Member
Licensed User
Longtime User
I need to add custom controls and buttons in the header and footer. How can I do it?

Or can I recreate custom CustomLayoutDialog ?

thank you
 

Attachments

  • griglia.png
    griglia.png
    166.6 KB · Views: 193

Roberto P.

Well-Known Member
Licensed User
Longtime User
You can set the text of the three buttons to "". This will hide the bar completely and will allow you to create your own bar.


Hi Erel
how do I create and add my bar?
 
Upvote 0

Roberto P.

Well-Known Member
Licensed User
Longtime User
I have already tried to do it, but it is bad to see because it remains the empty band of the standard buttons.
 
Upvote 0

Roberto P.

Well-Known Member
Licensed User
Longtime User
in the custom bar I also have to add the button to close the dialog. Can you tell me what event do I have to launch to close the dialogue?

thank you
 
Upvote 0
Top