在我的活动中,我使用Toolbar
带有微调器的(来自 appcompat)而不是标题(在 xml 中定义)。该活动不是,ActionBarActivity
所以我不将其用作 supportActionBar
When a selection occurs I start the actionMode
, which is styled to be above the toolbar.
但是,单击 actionMode 的标题会打开底层微调器的下拉菜单。如何“捕捉” actionMode 标题上的触摸事件以阻止它们传递到工具栏?