List of usage examples for android.widget HorizontalScrollView subclass-usage
From source file cn.quanmindaili.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 atom.mobile.lib.slidedate.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.anan.anancooking.client.ui.customLayout.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.ciao.app.views.customviews.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 { /** Title text used when no title is provided by the adapter. */
From source file com.appliaction.alldone.Tabs.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.android.ngynstvn.slidingtablayouttest.ui.tabs.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.bruce.myapplication.views.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 br.com.carlos.ceciliaapp.slidingtabs.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.benefit.buy.library.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 ca.qc.johnabbott.cs603.ExternalLibraries.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