Re: [android-developers] help with ColorStateList

2010-12-31 Thread TreKing
On Wed, Dec 29, 2010 at 7:06 AM, dashman erjdri...@gmail.com wrote:

 every time, i try to display the List child row - it craps out in a android
 inflator code.


As informative as it craps out is, you might want to provide a little more
information - like a stack trace and relevant code for starters.

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

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

[android-developers] help with ColorStateList

2010-12-29 Thread dashman
i've got a layout for a List row entry as:

(i've removed extraneous code)

LinearLayout xmlns:android=http://schemas.android.com/apk/res/
android
android:background=@color/child_row_color
...
/LinearLayout

in the res/color folder, i've got a a file child_row_color.xml

?xml version=1.0 encoding=UTF-8?
 selector xmlns:android=http://schemas.android.com/apk/res/android;
item android:color=#0f0/
 /selector

every time, i try to display the List child row - it craps out in
a android inflator code.

help!

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