androidviewstub

What is the ViewStub inside DecorView?


I found that under decorView, with or without title or ActionBar, ViewStub would exist.

What's the use of it?

enter image description here


Solution

  • basing on id of this view its is probably place/space/container for ActionMode layout. On some devices it may look like below (top bar above content, when ActionBar/Toolbar present then is replaced)

    action mode example