Android代码-TabLayout和CoordinatorLayout相结合的折叠控件

时间:2022-08-27 22:18:20
【文件属性】:

文件名称:Android代码-TabLayout和CoordinatorLayout相结合的折叠控件

文件大小:2MB

文件格式:ZIP

更新时间:2022-08-27 22:18:20

Android代码

CoordinatorTabLayout 中文版文档 CoordinatorTabLayout is a custom composite control that quickly implements the combination of TabLayout and CoordinatorLayout. Inherited to the CoordinatorLayout, in the following components used CollapsingToolbarLayout contains TabLayout. Usage Step 1 Add the following to your build.gradle: dependencies { compile 'cn.hugeterry.coordinatortablayout:coordinatortablayout:1.2.2' } Step 2 Config in xml: Step 3 Use it in your own code: 1.setTitle(String title):


【文件预览】:
CoordinatorTabLayout-master
----gradlew(5KB)
----settings.gradle(43B)
----LICENSE.txt(11KB)
----showUI()
--------show1.gif(1.11MB)
--------show2.gif(130KB)
--------show4.png(5KB)
--------show5.jpg(32KB)
--------show3.gif(361KB)
----README_CN.md(7KB)
----gradle()
--------wrapper()
----README.md(7KB)
----sample()
--------src()
--------.gitignore(6B)
--------build.gradle(979B)
--------proguard-rules.pro(663B)
----gradlew.bat(2KB)
----gradle.properties(730B)
----coordinatortablayout()
--------src()
--------coordinatortablayout.iml(11KB)
--------.gitignore(6B)
--------build.gradle(3KB)
--------proguard-rules.pro(663B)
----.gitignore(464B)
----CoordinatorTabLayout.iml(874B)
----build.gradle(597B)

网友评论