Android ActionbarSherlock SearchView

后端 未结 4 1131
感动是毒
感动是毒 2020-12-25 13:59

Can we implement SeachView in Android 2.2 using ActionbarSherlock.

I am using following code, it is working fine in 3.0 but not working in 2.2

 @Over         


        
4条回答
  •  爱一瞬间的悲伤
    2020-12-25 14:53

    I had a similar problem, so I created a custom SearchView. Maybe you want to check it out at https://github.com/benjaminmock/MenuItemSearchAction

提交回复
热议问题