How do I remove the encircled on the picture?
Thanks a lot for any hel
If you want to disable the above number status from progress dialogue, then you should remove this code.
progress1.setProgressStyle(ProgressDialog.STYLE_HORIZONTAL);
Here i will show you that how to create progress bar which will not show any status
progress1.setMessage("Fetching Files...! ");
progress1.setIndeterminate(true);
progress1.show();