I did this guy's tutorial on how to make an ActionBar and followed his instructions to the letter. He made two tabs to show off two fragments, Fragment A and Fragment B.
I had an ExpandedListView on my launcher MainActivity before this and since MainActivity.xml now holds the fragment container for the tabs, how can I move the ExpandedListView to the first or second fragments?
Before I implemented ActionBar, my MainActivity.xml holds an ExpandableListView.
Then I implemented the ActionBar with two tabs, Fragment A and Fragment B. How do I move the ExpandableListView inside one of these tabs? I hope someone takes the time to read the guy's tutorial because it has almost the same layout as mine because I just copied it.