Re: [android-developers] help with ColorStateList

2010-12-31 Thread TreKing
On Wed, Dec 29, 2010 at 7:06 AM, dashman 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.

[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) http://schemas.android.com/apk/res/ android" android:background="@color/child_row_color"> ... in the res/color folder, i've got a a file child_row_color.xml http://schemas.android.com/apk/res/android";>