Android Question Resize XUI Views Dialog

aeric

Expert
Licensed User
Longtime User
Referring to B4X XUI Views Dialog

https://www.b4x.com/android/forum/threads/b4x-xui-views-cross-platform-views-and-dialogs.100836/

How can I increase the size of dialog window? The buttons are quite small to tap.

When I try to use the following code, the buttons inside the panel are not resized.

B4X:
DateTemplate.GetPanel(dialog).Width = 100%x

resize-dialog.png
 
Top