save this xml in drawable folder and set it as ProgressDrawable to seek bar
On Tue, Apr 27, 2010 at 4:27 PM, dillirao malipeddi <[email protected] > wrote: > <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> > <item android:id="@android:id/background"> > <shape> > <corners android:radius="5dip" /> > <gradient > android:startColor="#ff9d9e9d" > android:centerColor="#ff5a5d5a" > android:centerY="0.75" > android:endColor="#ff747674" > android:angle="270" > /> > </shape> > </item> > <item android:id="@android:id/secondaryProgress"> > <clip> > <shape> > <corners android:radius="5dip" /> > <gradient > android:startColor="#80ffd300" > android:centerColor="#80ffb600" > android:centerY="0.75" > android:endColor="#a0ffcb00" > android:angle="270" > /> > </shape> > </clip> > </item> > <item android:id="@android:id/progress"> > <clip> > <shape> > <corners android:radius="5dip" /> > <gradient > android:startColor="#4191bb" > android:centerColor="#bad8f2" > android:centerY="0.75" > android:endColor="#4c8fbe" > android:angle="270" > /> > </shape> > </clip> > </item> > </layer-list> > > On Mon, Apr 26, 2010 at 3:01 PM, student <[email protected]> wrote: > >> Hi android developer >> >> If anybody tel me how to change the color of secondary progress in >> seekbar. >> Is there possible to do it? >> >> Reply Soon >> >> Regards >> Student >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Android Developers" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected]<android-developers%[email protected]> >> For more options, visit this group at >> http://groups.google.com/group/android-developers?hl=en >> > > > > -- > Thank you, > Dilli Rao. M > www.arijasoft.com > > -- Thank you, Dilli Rao. M www.arijasoft.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

