My application uses only one Activity
globally, and all the navigation components are in this Activity
.
I have such a requirement that after selecting an item in ListFragment
, Toolbar
should enter selected mode. as follows:
How to achieve this mode switch?