Example usage for android.widget HorizontalScrollView subclass-usage

List of usage examples for android.widget HorizontalScrollView subclass-usage

Introduction

In this page you can find the example usage for android.widget HorizontalScrollView subclass-usage.

Usage

From source file andrewnguy.com.freefoodfinder.SlidingTabLayout.java

/**
 * Shown above, class is from Google.
 * This is used so the views can be changed (map to list or list to map) with a swipe
 *
 * To be used with ViewPager to provide a tab indicator component which give constant feedback as to
 * the user's scroll progress.

From source file aplicaciones.paleta.usarslidingtabs.SlidingTabLayout.java

/**
 * To be used with ViewPager to provide a tab indicator component which give constant feedback as to
 * the user's scroll progress.
 * <p>
 * To use the component, simply add it to your view hierarchy. Then in your
 * {@link android.app.Activity} or {@link android.support.v4.app.Fragment} call

From source file com.brucetoo.materilanewsapp.widget.SlidingTabLayout.java

/**
 * To be used with ViewPager to provide a tab indicator component which give constant feedback as to
 * the user's scroll progress.
 * <p>
 * To use the component, simply add it to your view hierarchy. Then in your
 * {@link android.app.Activity} or {@link android.support.v4.app.Fragment} call

From source file com.chanlytech.ui.widget.viewpagerindicator.TabPageIndicator.java

/**
 * This widget implements the dynamic action bar tab behavior that can change
 * across different configurations or circumstances.
 */
public class TabPageIndicator extends HorizontalScrollView implements PageIndicator {
    /**

From source file com.charon.scrollingtabs.view.ScrollingTabs.java

public class ScrollingTabs extends HorizontalScrollView implements OnPageChangeListener {

    protected LinearLayout mContainer;

    protected ViewPager mViewPager;

From source file bdda.microsoftbandtestmobileapplication.SlidingTabLayout.java

/**
 * To be used with ViewPager to provide a tab indicator component which give constant feedback as to
 * the user's scroll progress.
 * <p>
 * To use the component, simply add it to your view hierarchy. Then in your
 * {@link android.app.Activity} or {@link android.support.v4.app.Fragment} call

From source file com.charon.materialsample.view.ScrollingTabs.java

public class ScrollingTabs extends HorizontalScrollView implements OnPageChangeListener {

    protected LinearLayout mContainer;

    protected ViewPager mViewPager;

From source file com.chromium.fontinstaller.ui.common.SlidingTabLayout.java

/**
 * To be used with ViewPager to provide a tab indicator component which give constant feedback as to
 * the user's scroll progress.
 * <p>
 * To use the component, simply add it to your view hierarchy. Then in your
 * {@link android.app.Activity} or {@link android.support.v4.app.Fragment} call

From source file cafetcraftteam.rpgsoftware.gui.sliding_tab.SlidingTabLayout.java

/**
 * To be used with ViewPager to provide a tab indicator component which give constant feedback as to
 * the user's scroll progress.
 * <p>
 * To use the component, simply add it to your view hierarchy. Then in your
 * {@link android.app.Activity} or {@link android.support.v4.app.Fragment} call

From source file com.asiainfo.lib.TabPageIndicator.java

/**
 * This widget implements the dynamic action bar tab behavior that can change
 * across different configurations or circumstances.
 */
public class TabPageIndicator extends HorizontalScrollView implements PageIndicator {
    /** Title text used when no title is provided by the adapter. */