search

Home  >  Q&A  >  body text

android - ProgressDialog如何设置只显示圆形进度条

如题目,ProgressDialog如何设置只显示圆形进度条,如果不设置它的setMessage属性的话还是会有长长的文字区域,只不过是空的而已。
默认是这样的。

我想改成这样的

新手求带啊~~

高洛峰高洛峰2828 days ago798

reply all(2)I'll reply

  • 怪我咯

    怪我咯2017-04-17 13:49:45

    If this is the case, you might as well try a custom Dialog.
    Reference: http://stackoverflow.com/questions/13341560/how-to-create-a-custom-dia...

    reply
    0
  • PHP中文网

    PHP中文网2017-04-17 13:49:45

    Perhaps you can use AlertDialog, and then set the progress bar as its contentView, and then.........there will be no more

    reply
    0
  • Cancelreply