Remove the percentage shown below the run dialog

I get a percentage below the horizontal progress dialog. I want to remove this.

I got the setProgressPercentFormat (null) method, but it works at api level 11 or higher. I need to do at level 8 api.

So how can I do this? Please help me.

I also received a suggestion to configure my Dialog progress, but I don’t know how to do it. Please guide me.

+4
source share
1 answer

Passing null to setProgressNumberFormat () and setProgressPercentFormat () can help you.

See here for more details.

+5
source

All Articles