My Application uses an Activity (extends AppCompatActivity) with a ListView. The title-row shows a title and a back-arrow.
A ContextualActionBar is assigned to the ListView. When the ContextualActionBar gets active, because a long click to one item of the ListView, the back-arrow should be removed.
Please, could anybody give a hint, how to remove the back-arrow of the ContextualActionBar?
Thank You very much!
Best Regards
Uli