And... you are going about it the wrong way... You don't want to change the listview's children directly. Make the state part of your data model, write a custom adapter and implement the getView() method to change the color of the text based on the state of the item in the adapter. If you need to change the state of an item, change it in the adapter and call the adapter's notifyDataSetChanged() method...
Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Jul 31, 2012 at 4:19 PM, Justin Anderson <[email protected]>wrote: > What does your full onCreate() method look like? > > Thanks, > Justin Anderson > MagouyaWare Developer > http://sites.google.com/site/magouyaware > > > > On Sun, Jul 29, 2012 at 11:30 AM, Omer Firat <[email protected]> wrote: > >> >> >> 22 Mart 2011 Salı 19:09:10 UTC+2 tarihinde bosscoder yazdı: >>> >>> Hi dear, >> >> >> Do you solve your an error oncreate method? I had an error like yours .I >> think it has possible using xml selector but there is no enough an example >> releted with this issue >> >> -- >> 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 >> > > -- 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

