文件名称:LineChangeLayout:文字列表集合自动换行控件,可自适应文字长度
文件大小:133KB
文件格式:ZIP
更新时间:2024-06-07 10:38:34
Java
# LineChangeLayout
文字列表集合自动换行控件,可自适应文字长度。
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
compile 'com.github.SmallMulberry:LineChangeLayout:1.3'
}
LineChangeLayout 目前支持的父布局有 RelativeLayout,ScrollView,LinearLayout
//构造方法 context,数据集合,单击item回调,长按item回调
public LineChangeLayout(Context context, List
【文件预览】:
LineChangeLayout-master
----gradlew(5KB)
----settings.gradle(28B)
----.idea()
--------runConfigurations.xml(564B)
--------misc.xml(2KB)
--------compiler.xml(686B)
--------gradle.xml(639B)
--------modules.xml(415B)
--------copyright()
--------vcs.xml(180B)
----gradle()
--------wrapper()
----LineChangeLayout()
--------src()
--------.gitignore(7B)
--------build.gradle(825B)
--------proguard-rules.pro(674B)
----README.md(2KB)
----gradlew.bat(2KB)
----gradle.properties(730B)
----.gitignore(118B)
----build.gradle(498B)