gabrielemariotti / cardslib

Android Library to build a UI Card
4.66k stars 1.19k forks source link

CardView does not work well inside PagerSlidingTabStrip library #490

Closed anidotnet closed 6 years ago

anidotnet commented 9 years ago

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.