getActionView() for action bar was introduced in API 11, If I want backward compatibility what is the alternative for getActionView() ?
getActionView()
API 11
You can use MenuItemCompat.getActionView(MenuItem menuItem) from the support library to get the action view on pre 11 API.