0

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
Deepak Senapati
  • 1,103
  • 2
  • 11
  • 30

1 Answers1

0

PagerTitleStrip should be child of View Pager. It goes like below.

SlidingUpPanelLayout
    ViewPager
        PagerTitleStrip
    LinearLayout
        slideup layout
theWook
  • 843
  • 9
  • 22