Hi, I had the same problem with SearchView in ActionBar, when iconifiedByDefault was set to false. SearchView.setFocusable(false) helped me :)
On Jul 27, 10:17 pm, Mike Mangino <[email protected]> wrote: > We're developing an app on Honeycomb that uses the new tab fragments stuff. > We also have a SearchView in the Action Bar. We're consistently seeing the > SearchView gain focus and bring up the keyboard on tab switch. It's > currently 100% reproducible and always happens on the third tab change. Is > anyone else seeing this on 3.1 or am I completely crazy? > > Mike -- 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

