**** BEGIN LOGGING AT Sat Feb 09 02:59:57 2008 Feb 09 04:28:14 howdy Feb 09 06:10:56 romainguy: when drawing text onto a canvas is there a way to auto wrap, or do I just need to use measureText() and do it myself? Feb 09 06:11:56 that's Paint.measureText() btw Feb 09 06:12:50 you have to do it yourself Feb 09 06:13:17 k, thanks Feb 09 06:39:51 hey romainguy, hope I'm not bugging you...but can you give me some pointers on how to define (via theme I guess) the look of selected items in a ListActivity/ListView? Feb 09 06:41:56 I have a feeling it's with a StateListDrawable...just not sure how to use it Feb 09 06:43:42 yeah you need a StateListDrawable Feb 09 06:43:47 which are a lot easier to use in XML Feb 09 06:44:05 they look like this: Feb 09 06:44:05 Feb 09 06:44:21 Feb 09 06:44:24 Feb 09 06:45:05 you can use android:focused, android:selected, android:enabled, android:window_focused and android:pressed Feb 09 06:45:48 so I can define that in my