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.bei.test.view.tab.PagerSlidingTabStrip.java

public class PagerSlidingTabStrip extends HorizontalScrollView {

    public static final int DEF_VALUE_TAB_TEXT_ALPHA = 150;
    private static final int[] ANDROID_ATTRS = new int[] { android.R.attr.textColorPrimary, android.R.attr.padding,
            android.R.attr.paddingLeft, android.R.attr.paddingRight, };

From source file com.aigo.kt03airdemo.ui.view.PagerSlidingTabStrip.java

public class PagerSlidingTabStrip extends HorizontalScrollView {

    public interface IconTabProvider {
        public int getPageIconResId(int position);
    }

From source file com.albedinsky.android.support.ui.widget.HorizontalScrollViewWidget.java

/**
 * Extended version of {@link android.widget.HorizontalScrollView}. This updated ScrollView supports
 * <b>pull</b> feature and also setting of {@link OnScrollChangeListener} to listen for changes in
 * scroll of this view class.
 *
 * <h3>Tinting</h3>

From source file android.support.designox.widget.TabLayout.java

/**
 * TabLayout provides a horizontal layout to display tabs.
 *
 * <p>Population of the tabs to display is
 * done through {@link Tab} instances. You create tabs via {@link #newTab()}. From there you can
 * change the tab's label or icon via {@link Tab#setText(int)} and {@link Tab#setIcon(int)}

From source file com.beijing.ocean.multmediademo.view.mytab.TabLayout.java

/**
 * TabLayout provides a horizontal layout to display tabs.
 *
 * <p>Population of the tabs to display is
 * done through {@link Tab} instances. You create tabs via {@link #newTab()}. From there you can
 * change the tab's label or icon via {@link Tab#setText(int)} and {@link Tab#setIcon(int)}

From source file android.support.design.widget.TabLayout.java

/**
 * TabLayout provides a horizontal layout to display tabs.
 *
 * <p>Population of the tabs to display is
 * done through {@link Tab} instances. You create tabs via {@link #newTab()}. From there you can
 * change the tab's label or icon via {@link Tab#setText(int)} and {@link Tab#setIcon(int)}

From source file android.support.design.widget.RaeTabLayout.java

/**
 * RaeTabLayout provides a horizontal layout to display tabs.
 * <p>
 * <p>Population of the tabs to display is
 * done through {@link Tab} instances. You create tabs via {@link #newTab()}. From there you can
 * change the tab's label or icon via {@link Tab#setText(int)} and {@link Tab#setIcon(int)}

From source file chao.widget.tablayout.TabLayout.java

/**
 *
 * android.support.design.widget.TabLayoutTabView?
 *
 * TabLayout???
 *

From source file cn.scujcc.bug.bitcoinplatformandroid.view.SlidingTabLayout.java

public class SlidingTabLayout extends HorizontalScrollView {

    private static final int TITLE_OFFSET_DIPS = 24;
    private static final int TAB_VIEW_PADDING_DIPS = 16;
    private static final int TAB_VIEW_TEXT_SIZE_SP = 12;
    private final SlidingTabStrip mTabStrip;