How to reduce the size of Progressdialog in android?

前端 未结 2 876
醉话见心
醉话见心 2020-12-10 20:10

I want the display the progress dialog like activity indicator as like in iPhone, So I want to reduce the size of it.

Could any one give me a idea on this.

2条回答
  •  独厮守ぢ
    2020-12-10 21:05

    Try this way:

    mProgressDialog.setProgressStyle(android.R.attr.progressBarStyleSmall); 
    

提交回复
热议问题