Skip to content

Android Custom EditText (edit text) .. input voice (speech to text) / barcode / qrcode

Notifications You must be signed in to change notification settings

SPSpisoft/SpsEditText

Repository files navigation

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'
}