Actually i do not have anyidea regarding this :0
I refered to that code given on a forum .. Its really workng nice , but
according to different themes , i need to change the color of primary and
secondary progress ..
Any way on how to do that ?
Thanks,
Alok.

On Mon, Apr 12, 2010 at 8:46 PM, MobDev <developm...@mobilaria.com> wrote:

> hhmm,
> are you sure they are getting a layer-id if they are not specified as
> layers ?
> I have no experience in that but I see that those already have a R-id
> and you are trying to use that same id as a layer-id ?
>
>
> On 12 apr, 15:48, Alok Kulkarni <kulsu...@gmail.com> wrote:
> > Hi guys
> > I have a Style declared as follows
> >
> >  *XML:*
> > <?xml version="1.0" encoding="utf-8"?>
> > <layer-list xmlns:android="http://schemas.android.com/apk/res/android";>
> >      <item android:id="@android:id/background" android:drawable=
> > "@drawable/progbar2_320x480">
> >      </item>
> >      <item android:id="@android:id/secondaryProgress">
> >           <clip>
> >                <shape>
> >                     <solid android:color="#4A7116" />
> >                </shape>
> >           </clip>
> >      </item>
> >      <item android:id="@android:id/progress">
> >           <clip>
> >                <shape>
> >                     <solid android:color="#95BB1C" />
> >                </shape>
> >           </clip>
> >      </item>
> > </layer-list>
> >
> > I want to change the color of progressbar and secondary progressbar at
> > runtime.
> > How can i do that..
> > There is a function in LayerDrawable as
> >  *
> > *
> > findDrawableByLayerId(android.R.id.progress);
> >
> > or
> >  *
> > *
> > findDrawableByLayerId(android.R.id.secondaryProgress);
> >  but i am not getting how to use that..
> > Thanks ,
> > Alok
>
> --
> 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...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to