Android Question how to design a "popup"-dialog

FlyingEagle

Member
Licensed User
Longtime User
hi,

i'd like to make a kind of popup-window.

i'd like to show there some math-formulas and an ok-button.

is there meanwhile a method to not use a panel showing and hiding?

regards
 

Jeffrey Cameron

Well-Known Member
Licensed User
Longtime User
Other than the built-in input dialogs you will need to use a panel.

If it is a "styling" issue, you could have a transparent panel at highest elevation that is the size of the activity and place the smaller, "dialog," panel you wish to display inside that panel.
 
Upvote 0
Top