Questions tagged [pagertitlestrip]

PagerTitleStrip is a non-interactive indicator of the current, next, and previous pages of a ViewPager.

PagerTitleStrip is a non-interactive indicator of the current, next, and previous pages of a ViewPager in android. It is intended to be used as a child view of a ViewPager widget in the layout.

To use it, we need to add it as a child of a ViewPager in the layout file and set its android:layout_gravity to TOP or BOTTOM to pin it to the top or bottom of the ViewPager. The title from each page is supplied by the method getPageTitle(int) in the adapter supplied to the ViewPager.

22 questions
0
votes
2 answers

ViewPager and PageTitleStrip

So,I am trying to create Swipe tabs using ViewPager from suppoer.v4 library. Everything works as meant,BUT the title-bar and tabs are not showing. I know that the tabs bar is there because like 2-3 pixels are shown of it (I set a specific…
Vlad
  • 910
  • 1
  • 10
  • 18
0
votes
0 answers

Swipe Aerrow PagerSlidingTabStrip android

I have got code PagerSlidingTabStrip with underline page indication but we need to make swappable arrow indication instead of underline. Here in code PagerSlidingTabStrip class just passing the color to show indication then how will put own arrow…
0
votes
1 answer

Android gap above PagerTitleStrip

I'm having an issue with my layout where there is a gap between the PagerTitleStrip and the ActionBar. Here's my layout and how it looks, it seems to display fine in the preview window but not on my device.
Stampede10343
  • 844
  • 1
  • 6
  • 21
0
votes
0 answers

Android ViewPager Title Strip at the top of the Screen

I have to show PagerTitleStrip the top of the screen.I have two View Pager and this Title Strip supposed to be changed with 2nd View Pager.How can I achieve this? Here is my code..
Robin Royal
  • 1,788
  • 1
  • 18
  • 29
0
votes
1 answer

How to make a dot for highlighted title in PagerTitleStrip in android

I am using PagerTitleStrip for swiping Fragment, I need to make a dot for selected item or Highlighted title. My XML Code :
0
votes
1 answer

Transformation on PagerTabStrip or animation on PagerTabStrip

I have implemented a PagerTabstrip successfully with my viewpager as given below.
-1
votes
1 answer
1
2