What is the alternative to getActionView() before API level11 in android? August 18, 2023 by Tarik You can use MenuItemCompat.getActionView(MenuItem menuItem) from the support library to get the action view on pre 11 API.