SkillAgentSearch skills...

TextViewUtil

Android TextView Util for Using extra TextView Function such as Underline, Strike in Kotlin Language

Install / Use

/learn @TuonBondol/TextViewUtil
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

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

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated5y ago
Forks0

Languages

Java

Security Score

75/100

Audited on Feb 5, 2021

No findings