-
public abstract class SlidingTabLayout.SlidingTabPageAdapter extends FragmentPagerAdapter
-
-
Constructor Summary
Constructors Constructor Description SlidingTabLayout.SlidingTabPageAdapter(FragmentManager fm)
-
Method Summary
Modifier and Type Method Description abstract DrawablegetDrawable(int position)Returns the specified position icon. -
Methods inherited from class androidx.fragment.app.FragmentPagerAdapter
destroyItem, finishUpdate, getItem, getItemId, instantiateItem, isViewFromObject, restoreState, saveState, setPrimaryItem, startUpdate -
Methods inherited from class androidx.viewpager.widget.PagerAdapter
getCount, getItemPosition, getPageTitle, getPageWidth, notifyDataSetChanged, registerDataSetObserver, unregisterDataSetObserver -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
SlidingTabLayout.SlidingTabPageAdapter
SlidingTabLayout.SlidingTabPageAdapter(FragmentManager fm)
-
-
Method Detail
-
getDrawable
abstract Drawable getDrawable(int position)
Returns the specified position icon.
-
-
-
-