How to make Page Viewer at bottom?

How to make Page Viewer at bottom.
I want to make swipe-able tabs and View Pager seems to be the only component for it. But I want to make the navigation tab at the bottom.

image

Any help would be highly appreciated.

What about using bottom navigation?

3 Likes

I want SWIPEABLE Layouts also.

You can use a swipe gesture extension.

I used it earlier but I removed it because maybe it has some bugs.
… and also it only works over layouts.

Use both Page Viewer (set Show Tabs to false, in experimental properties) and Bottom Navigation. Then, create a logic where, when detecting swipe between your arrangements, the bottom navigation changes to the respective icon.

Something like this:



*Some words are in Portuguese, but I believe you can get the idea.

4 Likes