我从java代码创建ProgressDialog:
mProgressDialog = ProgressDialog.show(this, ..., ... , true);
我想更改消息文本大小及其颜色我该怎么办?
android
android ×1