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 com.acrylicgoat.houstonbicyclemuseum.view.SlidingTabLayout.java

/**
 * based on Google Android Sample SlidingTabBasic - https://developer.android.com/samples/SlidingTabsBasic/project.html
 */
public class SlidingTabLayout extends HorizontalScrollView {

    public interface TabColorizer {

From source file com.aniruddhc.xPlod.ui.widgets.ScrollableTabView.java

/**
 * I'm using a custom tab view in place of ActionBarTabs entirely for the theme
 * engine.
 */
public class ScrollableTabView extends HorizontalScrollView implements ViewPager.OnPageChangeListener {

From source file com.andrew.apolloMod.ui.widgets.ScrollableTabView.java

/**
 * I'm using a custom tab view in place of ActionBarTabs entirely for the theme
 * engine.
 */
public class ScrollableTabView extends HorizontalScrollView implements ViewPager.OnPageChangeListener {
    private static final String TAG = "ScrollableTabView";

From source file co.codecrunch.musicplayerlite.tablayout.SlidingTabLayout.java

public class SlidingTabLayout extends HorizontalScrollView {
    /**
     * Allows complete control over the colors drawn in the tab layout. Set with
     * {@link #setCustomTabColorizer(TabColorizer)}.
     */
    public interface TabColorizer {

From source file com.andrew.apollo.ui.widgets.ScrollableTabView.java

/**
 * I'm using a custom tab view in place of ActionBarTabs entirely for the theme
 * engine.
 */
public class ScrollableTabView extends HorizontalScrollView implements ViewPager.OnPageChangeListener {

From source file android.hqs.view.pager.indicator.IconPageIndicator.java

/**
 * This widget implements the dynamic action bar tab behavior that can change
 * across different configurations or circumstances.
 */
public class IconPageIndicator extends HorizontalScrollView implements PageIndicator {
    private final IcsLinearLayout mIconsLayout;

From source file com.angui.exam.widget.IconPageIndicator.java

/**
 * This widget implements the dynamic action bar tab behavior that can change
 * across different configurations or circumstances.
 */
public class IconPageIndicator extends HorizontalScrollView implements PageIndicator {
    private final IcsLinearLayout mIconsLayout;

From source file co.aryaapp.java.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.brantapps.viewpagerindicator.vertical.IconPageIndicator.java

/**
 * This widget implements the dynamic action bar tab behavior that can change
 * across different configurations or circumstances.
 */
public class IconPageIndicator extends HorizontalScrollView implements PageIndicator {
    private final IcsLinearLayout mIconsLayout;

From source file app.viewpagerindicator.IconPageIndicator.java

/**
 * This widget implements the dynamic action bar tab behavior that can change
 * across different configurations or circumstances.
 */
public class IconPageIndicator extends HorizontalScrollView implements PageIndicator {
    private final IcsLinearLayout mIconsLayout;