Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 914 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 914 Bytes

Highlight-KT Android CI

Kotlin-optimized version of the Highlight library, a complete and performing library to highlight text snippets (EditText/Editable and TextView) using Spannable with Regular Expressions (Regex) for Android.

Highlight a text

Continuously highlight

Schemes

SchemeScope

Performance

Screenshots

Add to project

Add the jitpack to project in build.gradle or settings.gradle (gradle 7+)

maven { url 'https://jitpack.io' }

Add the dependence to module (normally app)

implementation "com.github.Irineu333:Highlight-KT:$highlight_version"