TextViewUtil
Android TextView Util for Using extra TextView Function such as Underline, Strike in Kotlin Language
Install / Use
/learn @TuonBondol/TextViewUtilREADME
TextViewUtil Android
Getting Started
Android TextView Util Using for extra TextView Function such as Underline, Strike and other in Kotlin Language
Demo

Installing
We can install this library by using gradle
Step 1
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
Step 2
dependencies {
compile 'com.github.TuonBondol:TextViewUtil:1.0.8'
}
Sample Using
class MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)
tvUnderline.underline()
tvStrike.strike()
}
}
Min SDK Version
Support Min Sdk version >= 14
Authors
- Bondol Tuon - Bondol Tuon
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details
Related Skills
node-connect
347.6kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
108.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
347.6kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
347.6kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
