andyxialm / KMPAutoCompleteTextView

AutoCompleteTextView for android with KMP algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#AutoCompleteTextView

KMP Algorithm

  • 自动补全TextView
  • 支持搜索字符高亮显示
  • 支持源字符串的子串查找, 弥补原生AutoCompleteTextView startWith()的不足
  • 使用KMP算法提升查找性能.
attr format description
completionTextSize dimension Text Font Size
completionTextColor reference|color Text Font Color
completionIgnoreCase boolean Match With Ignore Case
completionHighlightColor reference|color Text Font HighLight Color

#License

KMPAutoCompleteTextView is available under the MIT license.

About

AutoCompleteTextView for android with KMP algorithm


Languages

Language:Java 100.0%