I want to make app which has no full screen form, but some dialog type form (custom made by me). This is modified in main module:
.. but app is still in whole screen area except title and navigation buttons. How do I make "dialog type" form for my app .. for example round rect 200x50 pix or some custom semi transparent image?
B4X:
#Region Activity Attributes
#FullScreen: False
#IncludeTitle: false
#End Region
.. but app is still in whole screen area except title and navigation buttons. How do I make "dialog type" form for my app .. for example round rect 200x50 pix or some custom semi transparent image?