Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 262 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 262 Bytes

SpEditText

android EditText an android customize edittext with input voice/qrcode/barcode

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

dependencies {
        implementation 'com.github.SPSpisoft:SpsEditText:Tag'
}