remove percentage shown below the progress dialog
Asked Answered
S

1

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.

Shellans answered 16/7, 2012 at 10:50 Comment(5)
Use ProgressBar instead of horizontal progress dialogViridissa
I think you can use seekbar instead of Horizontal progress dialog to remove percentage.Cady
You have a custom progress bar example here: https://mcmap.net/q/161183/-custom-drawable-for-progressbar-progressdialogIsometropia
You can implement your own ProgressDialog or just copy implementation from Android sourcesLalla
Alright Steelight, but that seems to be the progress bar, but what in the case of ProgressDialog?Shellans
B
7

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

Refer here for more details.

Beautifully answered 31/5, 2013 at 19:7 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.