Skip to content

自定义TabLayout, 解决 原生TabLayout 不能设置 下划线长度的问题

Notifications You must be signed in to change notification settings

EucWang/mytablayout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

自定义TabLayout, 解决 原生TabLayout 不能设置 下划线长度的问题 增加了 属性 indicatorWidthPercent 用来设置下划线长度相对于 TabItem的百分比,通过这个参数设置下划线长度

引入工程中: 在工程的build.gradle中添加


 maven{ url 'https://dl.bintray.com/qqwwdr/mytablayout' }

在module的build.gradlew中添加


compile 'com.newyear:mytablayout:1.0'

About

自定义TabLayout, 解决 原生TabLayout 不能设置 下划线长度的问题

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages