I was trying to put a CardListView inside the tab pages of the PagerSlidingTabStrip fragment, but could not get the expected result. The drawing is very erratic, cards not showing up while moving from one tab to another. But the original android CardView works.
How can I make it work? I tried to work it out by reading the wiki and seeing the example code, but could not.
I was trying to put a CardListView inside the tab pages of the PagerSlidingTabStrip fragment, but could not get the expected result. The drawing is very erratic, cards not showing up while moving from one tab to another. But the original android CardView works. How can I make it work? I tried to work it out by reading the wiki and seeing the example code, but could not.