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.aibasis.parent.widget.PagerSlidingTabStrip.java

/**
 * ViewPager? HOME
 * 
 * @version 1.3.0
 * @author Peng fei Pan
 */

From source file com.bingley.materialdesign.view.PagerSlidingTabStrip.java

/**
 * ViewPager? HOME
 * 
 * @version 1.3.0
 * @author Peng fei Pan
 */

From source file com.azhansy.linky.view.PagerSlidingIndicator.java

public class PagerSlidingIndicator extends HorizontalScrollView {

    public interface IColorTransition {
        void transitionColor(float fraction);
    }

From source file com.axolotl.yanews.customize.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.b44t.ui.Components.PagerSlidingTabStrip.java

public class PagerSlidingTabStrip extends HorizontalScrollView {

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

From source file com.cicada.startup.common.ui.view.indicator.ViewPagerIndicator.java

/**
 * <p/>
 * : 16/7/12 ?3:13 <br/>
 *
 * @author zhaohaiyang
 * @since v0.0.1

From source file cn.com.bjnews.thinker.view.MyTabPageIndicator.java

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

From source file at.linuxtage.companion.widgets.SlidingTabLayout.java

/**
 */
public class SlidingTabLayout extends HorizontalScrollView {

    public interface TabListener {

From source file com.afayear.android.client.view.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 PagerIndicator {

From source file bigshots.people_helping_people.scroll_iew_lib.PagerSlidingTabStrip.java

public class PagerSlidingTabStrip extends HorizontalScrollView {
    private static final int[] ATTRS = new int[] { android.R.attr.textSize, android.R.attr.textColor };
    private final PageListener pageListener = new PageListener();
    private final LinearLayout.LayoutParams defaultTabLayoutParams;
    private final LinearLayout.LayoutParams expandedTabLayoutParams;
    private final LinearLayout tabsContainer;