Re: [android-developers] custom seek bar

2010-06-09 Thread peeyush varshney
Hi, you just need to set the thumb and progress bar as @drawable/seeker in xml file. and if you want more customization then you have to extend ur class from View class. On Wed, Jun 9, 2010 at 2:21 PM, Renuka Deshpande renukanil.deshpa...@gmail.com wrote: Hello All, I am new to android. I

Re: [android-developers] custom seek bar

2010-02-15 Thread Mark Murphy
Vaibhav Goel wrote: Hi I want to make a custom seek bar having color gradient as shown in the below image url. http://i49.tinypic.com/2mi5lsh.jpg For this I tried to make background as seek_background.xml shape xmlns:android=http://schemas.android.com/apk/res/android;