Android代码-EditText 实现 Tag 输入和快速选择功能

时间:2022-08-26 01:47:47
【文件属性】:

文件名称:Android代码-EditText 实现 Tag 输入和快速选择功能

文件大小:147KB

文件格式:ZIP

更新时间:2022-08-26 01:47:47

Android代码

ChipLayout ChipLayout is an opensource Android library. ChipLayout is an layout which create chips from the text you type and also allow you to show drop down(like MultiautocompleteTextView) Example Screenshots Source code with examples is included in repository. Usage ====== Find the View in your Activity or Fragment class. ChipLayout chip = (ChipLayout) findViewById(R.id.chipText); String[] countries = {"india","australia","austria","indonesia","canada"}; ArrayAdapte


【文件预览】:
ChipLayout-master
----gradlew.bat(2KB)
----gradlew(5KB)
----gradle.properties(855B)
----img()
--------img2.png(10KB)
--------img3.png(9KB)
--------img1.png(6KB)
----License.md(11KB)
----AndroidChipLayout()
--------proguard-rules.pro(653B)
--------src()
--------.gitignore(7B)
--------build.gradle(1KB)
----app()
--------proguard-rules.pro(659B)
--------src()
--------.gitignore(7B)
--------build.gradle(697B)
----gradle()
--------wrapper()
----.idea()
--------gradle.xml(766B)
--------runConfigurations.xml(564B)
--------misc.xml(2KB)
--------vcs.xml(180B)
--------.name(10B)
--------copyright()
--------modules.xml(510B)
--------encodings.xml(159B)
--------compiler.xml(686B)
----.gitignore(97B)
----README.md(5KB)
----settings.gradle(37B)
----build.gradle(641B)

网友评论