Se deja para que aparezca teclado con líneas de números en primera fila
This commit is contained in:
parent
60371af939
commit
eea838f05a
|
@ -238,9 +238,9 @@ class CollectionFragment(
|
||||||
}
|
}
|
||||||
//ESCANER =========
|
//ESCANER =========
|
||||||
hideKeyboards()
|
hideKeyboards()
|
||||||
if (type.equals(CONTROLADOR)){
|
/* if (type.equals(CONTROLADOR)){
|
||||||
scan_input.inputType= InputType.TYPE_CLASS_NUMBER
|
scan_input.inputType= InputType.TYPE_CLASS_NUMBER
|
||||||
}
|
}*/
|
||||||
scan_input.requestFocus()
|
scan_input.requestFocus()
|
||||||
scan_input.setOnEditorActionListener { v, actionId, event ->
|
scan_input.setOnEditorActionListener { v, actionId, event ->
|
||||||
if (actionId == EditorInfo.IME_ACTION_SEARCH || actionId == EditorInfo.IME_ACTION_DONE || actionId == 0 || actionId == 5) {//ID=0 ACTION_NEXT ID=5 ACTION_UNESPECEFIED)
|
if (actionId == EditorInfo.IME_ACTION_SEARCH || actionId == EditorInfo.IME_ACTION_DONE || actionId == 0 || actionId == 5) {//ID=0 ACTION_NEXT ID=5 ACTION_UNESPECEFIED)
|
||||||
|
|
Loading…
Reference in New Issue