Skip to content

ldy441040480/DemoTab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DemoTab

字体颜色大小改变的 indicator

image image
image

mTabLayout = (ScaleTabLayout) findViewById(R.id.layout_tab);
mTabLayout.setViewPager(mViewPager);

<declare-styleable name="ScaleLayout">
    <attr name="bottom_color" format="color|reference" />
    <attr name="bottom_height" format="dimension" />
    <attr name="line_right" format="dimension" />
    <attr name="line_left" format="dimension" />
    <attr name="line_bottom" format="dimension" />
    <attr name="fit_text" format="boolean" />
</declare-styleable>

About

字体颜色大小改变的 indicator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages