Fixed tool bar in just one tab

I’m building a simple app that has two tabs and a fixed navbar. I need a fixed toolbar on the second tab. As the doc says for fixed toolbar:

Fixed Toolbar/Tabbar must always be a direct child of a page and AFTER the Navbar (if fixed navbar is used on this page)

But then the toolbar will be shown on both tabs. How can I just make it show on one tab only?