textInput = (EditText)findViewById(R.id.textInput);
textInput.setInputType( InputType.TYPE_TEXT_VARIATION_URI ); // optional - sets the keyboard to URL mode
// kill keyboard when enter is ...
↧