开发者

Progress Dialog in Android

can i开发者_JS百科 keep progress dialog anywhere in activity?? if possible then how can i do it???


A Progress Dialog will appear above your activity but you can use the ProgressBar widget to show the progress indicator somewhere in your activity.


You can use

// Request progress bar
    requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS);
    setProgressBarIndeterminateVisibility(true);

to show an undeterminate progress spinner in the title bar.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜