What is the stack crawl?

On Fri, Apr 17, 2009 at 4:58 AM, khose <marcos.hdez....@gmail.com> wrote:

>
> Hi!
>
> Im trying to change background color when an item is selected.
> Something like using a color selector, but actually it crashes. I've
> created a list_selector.xml inside /res/color/...
>
> <?xml version="1.0" encoding="UTF-8"?>
>  <selector xmlns:android="http://schemas.android.com/apk/res/android";>
>   <item android:state_focused="true" android:color="@color/
> plain_yellow"/>
>   <item android:state_pressed="true" android:state_enabled="false"
> android:color="@color/plain_yellow" />
>   <item android:state_enabled="false" android:color="@color/
> plain_yellow" />
>   <item android:state_active="true" android:color="@color/
> plain_yellow" />
>   <item android:color="@android:color/transparent"/>
>  </selector>
>
> plain_yellow is a color i've defined in /res/values.
>
> I've tried to assign that selector programatically and using the xml,
> but the app crashes. Am i doing something wrong?
>
> >
>


-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

--~--~---------~--~----~------------~-------~--~----~
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