I have a progress bar in my app but it is showing some text default i want to remove the text. please help me how to remove the text.
Here is my code snippet:
extra info:
// wrong way
progDialog.setProgressNumberFormat(null); // NullPointerException !!! progDialog.show();
// right way
progDialog.show(); progDialog.setProgressNumberFormat(null);