文件名称:TitleBar:Android 标题栏封装,方便使用
文件大小:156KB
文件格式:ZIP
更新时间:2024-06-04 04:03:37
Java
TitleBar Android 标题栏封装,方便使用 添加依赖 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://www.jitpack.io' } } } Step 2. Add the dependency dependencies { compile 'com.github.EthanCo:TitleBar:1.0.6' } 使用 在布局中添加TitleBar即可 <com.ethanco.titlebar.TitleBar android:id="@+id/title_ba
【文件预览】:
TitleBar-master
----gradlew.bat(2KB)
----gradlew(5KB)
----gradle.properties(730B)
----ReadMe.md(3KB)
----app()
--------proguard-rules.pro(913B)
--------src()
--------.gitignore(7B)
--------build.gradle(976B)
----titlebar()
--------proguard-rules.pro(913B)
--------src()
--------.gitignore(7B)
--------build.gradle(822B)
----gradle()
--------wrapper()
----.idea()
--------gradle.xml(680B)
--------runConfigurations.xml(564B)
--------misc.xml(7KB)
--------vcs.xml(180B)
--------copyright()
--------modules.xml(581B)
--------encodings.xml(159B)
--------compiler.xml(686B)
--------kotlinc.xml(232B)
----.gitignore(118B)
----settings.gradle(28B)
----build.gradle(498B)