Example usage for android.support.v4.view ViewPager.Decor interface-usage

List of usage examples for android.support.v4.view ViewPager.Decor interface-usage

Introduction

In this page you can find the example usage for android.support.v4.view ViewPager.Decor interface-usage.

Usage

From source file org.dmfs.android.view.DrawablePagerTitleStrip.java

/**
 * PagerTitleStrip is a non-interactive indicator of the current, next, and previous pages of a {@link ViewPager}. It is intended to be used as a child view of
 * a ViewPager widget in your XML layout. Add it as a child of a ViewPager in your 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 {@link PagerAdapter#getPageTitle(int)} in the adapter supplied to the
 * ViewPager.
 * 

From source file com.am.pagergradienttab.view.PagerGradientTabStrip.java

/**
 * PagerNoSlideTabStrip TabsViewPagerViewPager??Tabs5
 * 
 * @author Alex
 * 
 */

From source file com.marshalchen.common.uimodule.modifysys.PagerTitleStrip.java

/**
 * PagerTitleStrip is a non-interactive indicator of the current, next,
 * and previous pages of a {@link android.support.v4.view.ViewPager}. It is intended to be used as a
 * child view of a ViewPager widget in your XML layout.
 * Add it as a child of a ViewPager in your layout file and set its
 * android:layout_gravity to TOP or BOTTOM to pin it to the top or bottom