What is the alternative to getActionView() before API level11 in android?

前端 未结 3 1090
無奈伤痛
無奈伤痛 2021-02-03 18:59

getActionView() for action bar was introduced in API 11, If I want backward compatibility what is the alternative for getActionView() ?

3条回答
  •  [愿得一人]
    2021-02-03 19:35

    You can use MenuItemCompat.getActionView(MenuItem menuItem) from the support library to get the action view on pre 11 API.

提交回复
热议问题