Question

I've created SwipingTab with two Fragments. Now I want to add menu on bottom to be fixed, static. When user swipe between tabs, that menu should not moving. Where should I create that menu. I tried on main_layout.xml, but cannot. Any suggestion or idea ??

Was it helpful?

Solution

This is how I would set up the main view with tabs

See image below

Then the footermenu would inflate a fragment that will be used as a menu. You can follow this Android Tab Layout with Swipeable Views to add swapeable tabs

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top