Example usage for android.support.v4.view DirectionalViewPager subclass-usage

List of usage examples for android.support.v4.view DirectionalViewPager subclass-usage

Introduction

In this page you can find the example usage for android.support.v4.view DirectionalViewPager subclass-usage.

Usage

From source file co.paulburke.android.textviewpager.TextViewPager.java

/**
 * A ViewPager that pages the provided text based on the available space. The
 * {@link PagerAdapter} is automatically created, as well as the necessary
 * {@link TextView}s. You can specify the style to be used by overriding the
 * {@link R.attr#textViewPagerStyle} in the Activity Theme, or by specifying a
 * layout to be used with {@link #setTextViewLayout(int)};