ah yes, that's probably it. I just used the auto generated search xml in eclipse and didn't check it close enough. Thanks.
On Feb 27, 7:10 pm, Mark Murphy <[email protected]> wrote: > Dan wrote: > > <?xml version="1.0" encoding="utf-8"?> > > <actionkey xmlns:android="http://schemas.android.com/apk/res/ > > android"> > > <searchable xmlns:android="http://schemas.android.com/apk/res/ > > android" > > android:label="@string/search_label" > > android:hint="@string/search_hint" > > > </searchable> > > </actionkey> > > That <actionkey> element looks strange. My searchable.xml file just has > the <searchable> element and its attributes. I see where the docs > mention an <actionkey> element, but I see no evidence that it is > supposed to be the parent of <searchable>. And, <actionkey> would need > other attributes to work. > > So, try getting rid of <actionkey> and see if that helps. > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://twitter.com/commonsguy > > Android Online Training: 26-30 April 2010:http://onlc.com -- 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

