I have created 2 tabs, these 2 tabs individually when on clicked open their respective layouts defined in their activity.
All i want now is to show a different layout on my screen when Tab activity is called. E.g. I don't want to show the content of of the tabs but the content of another layout.
How can i do it?
This is what i was trying to do.