[android-developers] Re: Change the progress bar style dynamically

2010-07-08 Thread Serdel
Well instead of two xml files I have two ProgressBar objects located in the same place on the screen, so instead of reloading the layout I just manipulate their visibility (which I alredy mentioned in the first post :>). Any way thanks for the contribution. -- You received this message because yo

Re: [android-developers] Re: Change the progress bar style dynamically

2010-07-07 Thread TreKing
On Wed, Jul 7, 2010 at 11:57 AM, Serdel wrote: > Yes I have but this class does not have any method to change the style > of a progressBar, like the ProgressDialog class. The style of a > progressBar is defined in the xml file by special attributes but there > are no methods related to them... >

[android-developers] Re: Change the progress bar style dynamically

2010-07-07 Thread Serdel
Yes I have but this class does not have any method to change the style of a progressBar, like the ProgressDialog class. The style of a progressBar is defined in the xml file by special attributes but there are no methods related to them... -- You received this message because you are subscribed t

Re: [android-developers] Re: Change the progress bar style dynamically

2010-07-07 Thread TreKing
On Wed, Jul 7, 2010 at 2:19 AM, Serdel wrote: > But this is a Dialog object which I don't want to create. I was referring > to ProgressBar - a View object... > I'm sure you've tried this already: http://developer.android.com/reference/android/widget/ProgressBar.html#setIndeterminate(boolean) -

[android-developers] Re: Change the progress bar style dynamically

2010-07-07 Thread Serdel
But this is a Dialog object which I don't want to create. I was referring to ProgressBar - a View object... -- 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 unsubsc

Re: [android-developers] Re: Change the progress bar style dynamically

2010-07-06 Thread TreKing
On Sat, Jul 3, 2010 at 10:57 AM, Serdel wrote: > I haven't seen any methods that regard to style in the progress barclass... > I don't think you looked hard enough: http://developer.android.com/reference/android/app/ProgressDialog.html#setProgressStyle(int) --

[android-developers] Re: Change the progress bar style dynamically

2010-07-03 Thread Serdel
Ekhem... thank for your answer but the problem is that I don't know HOW to do this. So if it is possible I humbly ask for an advice how to do this, because I haven't seen any methods that regard to style in the progress bar class... -- You received this message because you are subscribed to the G