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.
Any help would be highly appreciated.
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.
Any help would be highly appreciated.
What about using bottom navigation?
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: