Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

FlyArthur/FlycoTabLayout_AndroidX

Repository files navigation

FlycoTabLayout-AndroidX

  • 修改自 https://github.com/H07000223/FlycoTabLayout
  • 迁移到 AndroidX
  • 使用 ViewPage2 进行替换 ViewPage
  • 增加与 ViewPage 无依赖的可滑动的 ScrollTabLayout
  • 增加可定制性很高的 DiyTabLayout,属性如下:
public class TabItemBean {
 private String titleColor = "#d9000000"; //标题未选中颜色
 private String titleSelectedColor = "#66000000"; //标题选中颜色
 private String title = ""; //标题名字
 private String indicatorColor = "#FF4FCAA4"; //滑块颜色
 }

image

使用方式:

dependencies {
	 implementation 'com.github.FlyArthur:FlycoTabLayout_AndroidX:v3.0.0'
}

About

FlycoTabLayout适配 AndroidX 和 Viewpage2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%

AltStyle によって変換されたページ (->オリジナル) /