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:
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?
Well, I can not believe that there is no some simpler way to have some dialog window on screen. I do not need widget like form which is always active. I only need modal dialog (modal form) which is not full screen area, but only 200x50 pix. Two or three buttons on them for user to choose.
Purpose is when app running in background needs to ask user some yes/no detail, not to occupy whole screen ..
I'm not sure what the OP is looking for, but, I would say the transparent activity would be a better solution, since the "@android:style/Theme.Dialog" will disable the Holo theme.