Relative Content

Tag Archive for javaandroidcontextual-action-barandroid-actionmode

Contextual Action Bar does not cover AndroidX Toolbar even with windowActionModeOverlay set

I’m new to Android development, so I’m worried that my confusion may come from a misunderstanding about the ecosystem as a whole, not the implementation. I have a ListView and want the behavior so that when I tap and hold on one of the items in the list, the Context Action Bar appears at the top and covers the androidx.appcompat.widget.Toolbar I’m using as my ActionBar, rather than pushing the entire window down (including the item I’m tapping and holding).