Skip to content

BickerLiu/FlycoTabLayout

 
 

Repository files navigation

Use

Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Step 2. Add the dependency:

dependencies {
	implementation 'com.github.BickerLiu:FlycoTabLayout:3.0'
}

Change

CommonTabLayout add atts : tl_textSelectSize

About

对FlycoTabLayout进行了二次开发,使CommonTabLayout可以支持点击文字放大,并且添加了CommonTabLayout滑动和与RecycleView联动的逻辑,滑动的逻辑在demo中有简单的展示

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 100.0%