/customerweight

自定义标题栏组件

Primary LanguageJava

customerweight

自定义标题栏组件、通用TabLayout组件 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.ywtony:customerweight:Tag'
}

使用方法: https://www.cnblogs.com/tony-yang-flutter/p/13024033.html