[android-developers] Re: Specifying SeekBar colors in layout file ...

2009-12-03 Thread Mark Rosenberg
Romain and Nora, Thanks to you both. On Dec 1, 6:10 pm, NoraBora wrote: > You don't have to make any subclasses. > > make your_progress_horizontal.xml under drawable directory and > > use it in your_layout.xml like this. > >        android:layout_width="fill_parent" > android:layout_height="wra

[android-developers] Re: Specifying SeekBar colors in layout file ...

2009-12-01 Thread NoraBora
You don't have to make any subclasses. make your_progress_horizontal.xml under drawable directory and use it in your_layout.xml like this. On Dec 2, 6:57 am, Mark Rosenberg wrote: > Thanks for the example. Still not clear on how to proceed. Can I > override the stuff in Android's built-in pro

[android-developers] Re: Specifying SeekBar colors in layout file ...

2009-12-01 Thread Mark Rosenberg
Thanks for the example. Still not clear on how to proceed. Can I override the stuff in Android's built-in progress_horizontal.xml? Do I create an replacement layer-list? If so, how do I tie it into my SeekBar XML declaration? Or should I be looking at building my own ProgressBar subclass? On Nov 3

[android-developers] Re: Specifying SeekBar colors in layout file ...

2009-11-30 Thread NoraBora
I wanted to change not only color but the images of bar & thumb. and I found something strange... please see this link. http://groups.google.com/group/android-developers/browse_thread/thread/24db6bc2b790eb96/2b4651ec6ed925f0 I posted 2 weeks ago but it seems very few are interested in customizin