5

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.

Narendra Singh
  • 3,990
  • 5
  • 37
  • 78

1 Answers1

7

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

Refer here for more details.

Community
  • 1
  • 1