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 ??

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top