Access Views in Android ActionBar

2019-08-05 06:25发布

问题:

Is there a way to access the View (spinner) that is shown in the ActionBar when we set setNavigationMode(ActionBar.NAVIGATION_MODE_LIST)?

回答1:

Not by any documented and supported means.