remove percentage shown below the progress dialog

android, percentage, progressdialog

Solution

Passing null to setProgressNumberFormat() and setProgressPercentFormat() may help you out.

Refer here for more details.

Problem

I am getting the percentage below the horizontal progress dialog. I want to remove that. I got the method setProgressPercentFormat(null), but that work in api level 11 or higher. I need to do in api level 8. So, how can I do that? Please help me. I also got the suggestion to customize my progressDialog, but don't know how to do that. Please direct me.

Original source

Related problems