跳过导航链接
A B C D G I M N O R S T V X 

A

addOnTabSelectedListener(XTabLayout.OnTabSelectedListener) - 类 中的方法com.androidkun.xtablayout.XTabLayout
 
addTab(XTabLayout.Tab) - 类 中的方法com.androidkun.xtablayout.XTabLayout
Add a tab to this layout.
addTab(XTabLayout.Tab, int) - 类 中的方法com.androidkun.xtablayout.XTabLayout
Add a tab to this layout.
addTab(XTabLayout.Tab, boolean) - 类 中的方法com.androidkun.xtablayout.XTabLayout
Add a tab to this layout.
addTab(XTabLayout.Tab, int, boolean) - 类 中的方法com.androidkun.xtablayout.XTabLayout
Add a tab to this layout.
addView(View) - 类 中的方法com.androidkun.xtablayout.XTabLayout
 
addView(View, int) - 类 中的方法com.androidkun.xtablayout.XTabLayout
 
addView(View, ViewGroup.LayoutParams) - 类 中的方法com.androidkun.xtablayout.XTabLayout
 
addView(View, int, ViewGroup.LayoutParams) - 类 中的方法com.androidkun.xtablayout.XTabLayout
 

B

BOTTOM - 类 中的静态变量com.androidkun.xtablayout.DividerDrawable
 

C

CENTER - 类 中的静态变量com.androidkun.xtablayout.DividerDrawable
 
com.androidkun.xtablayout - 程序包 com.androidkun.xtablayout
 

D

dip2px(Context, float) - 类 中的方法com.androidkun.xtablayout.DividerDrawable
 
DividerDrawable - com.androidkun.xtablayout中的类
Created by Kun on 2017/4/26.
DividerDrawable(Context) - 类 的构造器com.androidkun.xtablayout.DividerDrawable
 
draw(Canvas) - 类 中的方法com.androidkun.xtablayout.DividerDrawable
 

G

generateLayoutParams(AttributeSet) - 类 中的方法com.androidkun.xtablayout.XTabLayout
 
getContentDescription() - 类 中的方法com.androidkun.xtablayout.XTabLayout.Tab
Gets a brief description of this tab's content for use in accessibility support.
getCustomView() - 类 中的方法com.androidkun.xtablayout.XTabLayout.Tab
Returns the custom view used for this tab.
getIcon() - 类 中的方法com.androidkun.xtablayout.XTabLayout.Tab
Return the icon associated with this tab.
getIntrinsicHeight() - 类 中的方法com.androidkun.xtablayout.DividerDrawable
 
getIntrinsicWidth() - 类 中的方法com.androidkun.xtablayout.DividerDrawable
 
getOpacity() - 类 中的方法com.androidkun.xtablayout.DividerDrawable
 
getPosition() - 类 中的方法com.androidkun.xtablayout.XTabLayout.Tab
Return the current position of this tab in the action bar.
getSelectedTabPosition() - 类 中的方法com.androidkun.xtablayout.XTabLayout
Returns the position of the current selected tab.
getTabAt(int) - 类 中的方法com.androidkun.xtablayout.XTabLayout
Returns the tab at the specified index.
getTabCount() - 类 中的方法com.androidkun.xtablayout.XTabLayout
Returns the number of tabs currently registered with the action bar.
getTabGravity() - 类 中的方法com.androidkun.xtablayout.XTabLayout
The current gravity used for laying out tabs.
getTabMode() - 类 中的方法com.androidkun.xtablayout.XTabLayout
Returns the current mode used by this TabLayout.
getTabTextColors() - 类 中的方法com.androidkun.xtablayout.XTabLayout
Gets the text colors for the different states (normal, selected) used for the tabs.
getTag() - 类 中的方法com.androidkun.xtablayout.XTabLayout.Tab
 
getText() - 类 中的方法com.androidkun.xtablayout.XTabLayout.Tab
Return the text of this tab.
getTextWidth() - 类 中的方法com.androidkun.xtablayout.XTabLayout.Tab
 
GRAVITY_CENTER - 类 中的静态变量com.androidkun.xtablayout.XTabLayout
Gravity used to lay out the tabs in the center of the TabLayout.
GRAVITY_FILL - 类 中的静态变量com.androidkun.xtablayout.XTabLayout
Gravity used to fill the TabLayout as much as possible.

I

INVALID_POSITION - 类 中的静态变量com.androidkun.xtablayout.XTabLayout.Tab
An invalid position for a tab.
isSelected() - 类 中的方法com.androidkun.xtablayout.XTabLayout.Tab
Returns true if this tab is currently selected.

M

MODE_FIXED - 类 中的静态变量com.androidkun.xtablayout.XTabLayout
Fixed tabs display all tabs concurrently and are best used with content that benefits from quick pivots between tabs.
MODE_SCROLLABLE - 类 中的静态变量com.androidkun.xtablayout.XTabLayout
Scrollable tabs display a subset of tabs at any given moment, and can contain longer tab labels and a larger number of tabs.

N

newTab() - 类 中的方法com.androidkun.xtablayout.XTabLayout
 

O

onMeasure(int, int) - 类 中的方法com.androidkun.xtablayout.XTabLayout
 
onPageScrolled(int, float, int) - 类 中的方法com.androidkun.xtablayout.XTabLayout.TabLayoutOnPageChangeListener
 
onPageScrollStateChanged(int) - 类 中的方法com.androidkun.xtablayout.XTabLayout.TabLayoutOnPageChangeListener
 
onPageSelected(int) - 类 中的方法com.androidkun.xtablayout.XTabLayout.TabLayoutOnPageChangeListener
 
onTabReselected(XTabLayout.Tab) - 接口 中的方法com.androidkun.xtablayout.XTabLayout.OnTabSelectedListener
Called when a tab that is already selected is chosen again by the user.
onTabReselected(XTabLayout.Tab) - 类 中的方法com.androidkun.xtablayout.XTabLayout.ViewPagerOnTabSelectedListener
 
onTabSelected(XTabLayout.Tab) - 接口 中的方法com.androidkun.xtablayout.XTabLayout.OnTabSelectedListener
Called when a tab enters the selected state.
onTabSelected(XTabLayout.Tab) - 类 中的方法com.androidkun.xtablayout.XTabLayout.ViewPagerOnTabSelectedListener
 
onTabUnselected(XTabLayout.Tab) - 接口 中的方法com.androidkun.xtablayout.XTabLayout.OnTabSelectedListener
Called when a tab exits the selected state.
onTabUnselected(XTabLayout.Tab) - 类 中的方法com.androidkun.xtablayout.XTabLayout.ViewPagerOnTabSelectedListener
 

R

removeAllTabs() - 类 中的方法com.androidkun.xtablayout.XTabLayout
Remove all tabs from the action bar and deselect the current tab.
removeTab(XTabLayout.Tab) - 类 中的方法com.androidkun.xtablayout.XTabLayout
Remove a tab from the layout.
removeTabAt(int) - 类 中的方法com.androidkun.xtablayout.XTabLayout
Remove a tab from the layout.

S

select() - 类 中的方法com.androidkun.xtablayout.XTabLayout.Tab
Select this tab.
setAllCaps(boolean) - 类 中的方法com.androidkun.xtablayout.XTabLayout
设置字母是否自动小写转大写
setAlpha(int) - 类 中的方法com.androidkun.xtablayout.DividerDrawable
 
setBounds(int, int, int, int) - 类 中的方法com.androidkun.xtablayout.DividerDrawable
 
setColor(int) - 类 中的方法com.androidkun.xtablayout.DividerDrawable
 
setColorFilter(ColorFilter) - 类 中的方法com.androidkun.xtablayout.DividerDrawable
 
setContentDescription(int) - 类 中的方法com.androidkun.xtablayout.XTabLayout.Tab
Set a description of this tab's content for use in accessibility support.
setContentDescription(CharSequence) - 类 中的方法com.androidkun.xtablayout.XTabLayout.Tab
Set a description of this tab's content for use in accessibility support.
setCustomView(View) - 类 中的方法com.androidkun.xtablayout.XTabLayout.Tab
Set a custom view to be used for this tab.
setCustomView(int) - 类 中的方法com.androidkun.xtablayout.XTabLayout.Tab
Set a custom view to be used for this tab.
setDividerColor(int) - 类 中的方法com.androidkun.xtablayout.XTabLayout
设置分割线颜色
setDividerGravity(int) - 类 中的方法com.androidkun.xtablayout.XTabLayout
设置分割线位置
setDividerSize(int, int) - 类 中的方法com.androidkun.xtablayout.DividerDrawable
 
setDividerSize(int, int) - 类 中的方法com.androidkun.xtablayout.XTabLayout
设置分割线长宽
setGravity(int) - 类 中的方法com.androidkun.xtablayout.DividerDrawable
 
setIcon(Drawable) - 类 中的方法com.androidkun.xtablayout.XTabLayout.Tab
Set the icon displayed on this tab.
setIcon(int) - 类 中的方法com.androidkun.xtablayout.XTabLayout.Tab
Set the icon displayed on this tab.
setOnTabSelectedListener(XTabLayout.OnTabSelectedListener) - 类 中的方法com.androidkun.xtablayout.XTabLayout
Set the TabLayout.OnTabSelectedListener that will handle switching to and from tabs.
setScrollPosition(int, float, boolean) - 类 中的方法com.androidkun.xtablayout.XTabLayout
Set the scroll position of the tabs.
setSelectedTabIndicatorColor(int) - 类 中的方法com.androidkun.xtablayout.XTabLayout
Sets the tab indicator's color for the currently selected tab.
setSelectedTabIndicatorHeight(int) - 类 中的方法com.androidkun.xtablayout.XTabLayout
Sets the tab indicator's height for the currently selected tab.
setTabGravity(int) - 类 中的方法com.androidkun.xtablayout.XTabLayout
Set the gravity to use when laying out the tabs.
setTabMode(int) - 类 中的方法com.androidkun.xtablayout.XTabLayout
Set the behavior mode for the Tabs in this layout.
setTabsFromPagerAdapter(PagerAdapter) - 类 中的方法com.androidkun.xtablayout.XTabLayout
已过时。
Use XTabLayout.setupWithViewPager(ViewPager) to link a TabLayout with a ViewPager together. When that method is used, the TabLayout will be automatically updated when the PagerAdapter is changed.
setTabTextColors(ColorStateList) - 类 中的方法com.androidkun.xtablayout.XTabLayout
Sets the text colors for the different states (normal, selected) used for the tabs.
setTabTextColors(int, int) - 类 中的方法com.androidkun.xtablayout.XTabLayout
Sets the text colors for the different states (normal, selected) used for the tabs.
setTag(Object) - 类 中的方法com.androidkun.xtablayout.XTabLayout.Tab
Give this Tab an arbitrary object to hold for later use.
setText(CharSequence) - 类 中的方法com.androidkun.xtablayout.XTabLayout.Tab
Set the text displayed on this tab.
setText(int) - 类 中的方法com.androidkun.xtablayout.XTabLayout.Tab
Set the text displayed on this tab.
setupWithViewPager(ViewPager) - 类 中的方法com.androidkun.xtablayout.XTabLayout
The one-stop shop for setting up this TabLayout with a ViewPager.
setxTabDisplayNum(int) - 类 中的方法com.androidkun.xtablayout.XTabLayout
 
shouldDelayChildPressedState() - 类 中的方法com.androidkun.xtablayout.XTabLayout
 

T

TabItem - com.androidkun.xtablayout中的类
TabItem is a special 'view' which allows you to declare tab items for a TabLayout within a layout.
TabItem(Context) - 类 的构造器com.androidkun.xtablayout.TabItem
 
TabItem(Context, AttributeSet) - 类 的构造器com.androidkun.xtablayout.TabItem
 
TabLayoutOnPageChangeListener(XTabLayout) - 类 的构造器com.androidkun.xtablayout.XTabLayout.TabLayoutOnPageChangeListener
 
TOP - 类 中的静态变量com.androidkun.xtablayout.DividerDrawable
 

V

ViewPagerOnTabSelectedListener(ViewPager) - 类 的构造器com.androidkun.xtablayout.XTabLayout.ViewPagerOnTabSelectedListener
 

X

XTabLayout - com.androidkun.xtablayout中的类
Created by Kun on 2016/12/20.
XTabLayout(Context) - 类 的构造器com.androidkun.xtablayout.XTabLayout
 
XTabLayout(Context, AttributeSet) - 类 的构造器com.androidkun.xtablayout.XTabLayout
 
XTabLayout(Context, AttributeSet, int) - 类 的构造器com.androidkun.xtablayout.XTabLayout
 
XTabLayout.Mode - com.androidkun.xtablayout中的注释类型
 
XTabLayout.OnTabSelectedListener - com.androidkun.xtablayout中的接口
Callback interface invoked when a tab's selection state changes.
XTabLayout.Tab - com.androidkun.xtablayout中的类
A tab in this layout.
XTabLayout.TabGravity - com.androidkun.xtablayout中的注释类型
 
XTabLayout.TabLayoutOnPageChangeListener - com.androidkun.xtablayout中的类
A ViewPager.OnPageChangeListener class which contains the necessary calls back to the provided TabLayout so that the tab position is kept in sync.
XTabLayout.ViewPagerOnTabSelectedListener - com.androidkun.xtablayout中的类
A TabLayout.OnTabSelectedListener class which contains the necessary calls back to the provided ViewPager so that the tab position is kept in sync.
A B C D G I M N O R S T V X 
跳过导航链接