When I tried to use PagerTitleStrip in the main content with AndroidSlidingUpPanel, the PagerTitleStrip doesnt show up. My structure is:
- SlidingUpPanelLayout
- LinearLayout
- PagerTitleStrip
- ViewPager
- LinearLayout
- slideup layout
- LinearLayout
When I tried to use PagerTitleStrip in the main content with AndroidSlidingUpPanel, the PagerTitleStrip doesnt show up. My structure is:
PagerTitleStrip should be child of View Pager. It goes like below.
SlidingUpPanelLayout
ViewPager
PagerTitleStrip
LinearLayout
slideup layout