android searchview setOnActionExpandListener on Honeycomb 3.2

前端 未结 5 1950
無奈伤痛
無奈伤痛 2020-12-15 23:32

I\'m developing an app for Android 3.2 and greater with android-support-v4. I need to implement OnActionExpandListener for \"intercept\" when Searc

5条回答
  •  囚心锁ツ
    2020-12-16 00:02

    Your Listener should be MenuItemCompat.OnActionExpandListener() .

    MenuItemCompat.setOnActionExpandListener(searchItem,
                new MenuItemCompat.OnActionExpandListener() {
    
    }
    

提交回复
热议问题