如题目,ProgressDialog如何设置只显示圆形进度条,如果不设置它的setMessage属性的话还是会有长长的文字区域,只不过是空的而已。 默认是这样的。
我想改成这样的
新手求带啊~~
拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...
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...
Perhaps you can use AlertDialog, and then set the progress bar as its contentView, and then.........there will be no more
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...
Perhaps you can use AlertDialog, and then set the progress bar as its contentView, and then.........there will be no more