- setCustomTabColorizer(SmartTabLayout.TabColorizer) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabLayout
-
- setCustomTabView(int, int) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabLayout
-
Set the custom layout to be inflated for the tab views.
- setCustomTabView(SmartTabLayout.TabProvider) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabLayout
-
Set the custom layout to be inflated for the tab views.
- setDefaultTabTextColor(int) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabLayout
-
Set the color used for styling the tab text.
- setDefaultTabTextColor(ColorStateList) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabLayout
-
Sets the colors used for styling the tab text.
- setDistributeEvenly(boolean) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabLayout
-
Set the same weight for tab
- setDividerColors(int...) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabLayout
-
Sets the colors to be used for tab dividers.
- setIndicationInterpolator(SmartTabIndicationInterpolator) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabLayout
-
Set the behavior of the Indicator scrolling feedback.
- setOnPageChangeListener(ViewPager.OnPageChangeListener) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabLayout
-
Set the ViewPager.OnPageChangeListener.
- setOnScrollChangeListener(SmartTabLayout.OnScrollChangeListener) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabLayout
-
- setOnTabClickListener(SmartTabLayout.OnTabClickListener) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabLayout
-
- setSelectedIndicatorColors(int...) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabLayout
-
Sets the colors to be used for indicating the selected tab.
- setViewPager(ViewPager) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabLayout
-
Sets the associated view pager.
- SMART - クラス のstatic変数com.ogaclejapan.smarttablayout.SmartTabIndicationInterpolator
-
- SmartIndicationInterpolator() - クラス のコンストラクタcom.ogaclejapan.smarttablayout.SmartTabIndicationInterpolator.SmartIndicationInterpolator
-
- SmartIndicationInterpolator(float) - クラス のコンストラクタcom.ogaclejapan.smarttablayout.SmartTabIndicationInterpolator.SmartIndicationInterpolator
-
- SmartTabIndicationInterpolator - com.ogaclejapan.smarttablayoutのクラス
-
- SmartTabIndicationInterpolator() - クラス のコンストラクタcom.ogaclejapan.smarttablayout.SmartTabIndicationInterpolator
-
- SmartTabIndicationInterpolator.LinearIndicationInterpolator - com.ogaclejapan.smarttablayoutのクラス
-
- SmartTabIndicationInterpolator.SmartIndicationInterpolator - com.ogaclejapan.smarttablayoutのクラス
-
- SmartTabLayout - com.ogaclejapan.smarttablayoutのクラス
-
To be used with ViewPager to provide a tab indicator component which give constant feedback as
to
the user's scroll progress.
- SmartTabLayout(Context) - クラス のコンストラクタcom.ogaclejapan.smarttablayout.SmartTabLayout
-
- SmartTabLayout(Context, AttributeSet) - クラス のコンストラクタcom.ogaclejapan.smarttablayout.SmartTabLayout
-
- SmartTabLayout(Context, AttributeSet, int) - クラス のコンストラクタcom.ogaclejapan.smarttablayout.SmartTabLayout
-
- SmartTabLayout.OnScrollChangeListener - com.ogaclejapan.smarttablayoutのインタフェース
-
Interface definition for a callback to be invoked when the scroll position of a view changes.
- SmartTabLayout.OnTabClickListener - com.ogaclejapan.smarttablayoutのインタフェース
-
Interface definition for a callback to be invoked when a tab is clicked.
- SmartTabLayout.TabColorizer - com.ogaclejapan.smarttablayoutのインタフェース
-
Allows complete control over the colors drawn in the tab layout.
- SmartTabLayout.TabProvider - com.ogaclejapan.smarttablayoutのインタフェース
-
Create the custom tabs in the tab layout.