Closed
Description
Is your feature request related to a problem? Please describe:
dialog.NewProgressInfinite()
uses a trick to get rid of dismiss button, but dialog.NewCustom()
doens't give such possibility.
Is it possible to construct a solution with the existing API?
Still use dialog.NewProgressInfinite()
.
Describe the solution you'd like to see:
The simplest way is to not create dismiss button if dismiss string
parameter of dialog.NewCustom()
is empty.
Or maybe version like dialog.NewCustomWithButtons()
or event expose setButtons()
method.
Activity