public class

PagerSlidingTabStrip

extends PagerTabStrip
java.lang.Object
   ↳ com.neomades.ui.View
     ↳ com.neomades.ui.PagerTitleStrip
       ↳ com.neomades.ui.PagerTabStrip
         ↳ com.neomades.ui.PagerSlidingTabStrip

Class Overview

PagerSlidingTabStrip is an interactive indicator that displays the current, next, and previous pages of a ViewPager in an horizontal list above the pager.

The selected title is highlighted or underlined. The title list may be scrolled independently from the pager in order for the user to select a page far away by clicking on its title.

The title from each page is supplied by the method getPagerTitleAt(int) in the adapter supplied to the ViewPager. To associate a ViewPager with a PagerSlidingTabStrip, use setPagerTitleStrip(PagerTitleStrip).

Summary

[Expand]
Inherited XML Attributes
From class com.neomades.ui.View
[Expand]
Inherited Constants
From interface com.neomades.ui.Alignment
From interface com.neomades.ui.StretchMode
Public Constructors
PagerSlidingTabStrip()
Creates a PagerSlidingTabStrip.
[Expand]
Inherited Methods
From class com.neomades.ui.PagerTabStrip
From class com.neomades.ui.PagerTitleStrip
From class com.neomades.ui.View
From class java.lang.Object

Public Constructors

public PagerSlidingTabStrip ()

Creates a PagerSlidingTabStrip.