Re: [android-developers] Re: ProgressDialog - how to remove the numbers

2012-11-19 Thread Luca Bergesio
progressDialog.setProgressNumberFormat(""); -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr..

Re: [android-developers] Re: ProgressDialog - how to remove the numbers

2010-05-10 Thread TreKing
On Mon, May 10, 2010 at 4:05 AM, oriharel wrote: > I got an answer that there is no answer. Sure there is - find wherever the sample is placing those numbers and take that part out. - TreKing - Chic

[android-developers] Re: ProgressDialog - how to remove the numbers

2010-05-10 Thread oriharel
I got an answer that there is no answer. so I just subclassed, reflected and changed. On May 10, 10:04 am, oriharel wrote: > relax bibek, I will explain... > > since I don't know how to upload screenshots here, I'l do my best to > describe. > > about the example - as I said, in the ApiDemos there

[android-developers] Re: ProgressDialog - how to remove the numbers

2010-05-10 Thread oriharel
relax bibek, I will explain... since I don't know how to upload screenshots here, I'l do my best to describe. about the example - as I said, in the ApiDemos there is a progress dialog example. look it up. about the numbers - when the dialog shows, you see the orange progress bar start running, a

[android-developers] Re: ProgressDialog - how to remove the numbers

2010-05-09 Thread Kumar Bibek
What numbers Which numbers??? Which example ??? Thanks and Regards, Kumar Bibek On May 9, 7:14 pm, oriharel wrote: > I was following the progress dialog example in the ApiDemos. > all went great except for one thing - I want to remove the numbers > that appear underneath the bar (