I have an application with three tabs.
Each tab has its own layout .xml file. The main.xml has its own map fragment. It\'s the one that shows up when the application
You are returning or inflating layout twice, just check to see if you only inflate once.