Hello, I have an edit text and I'd like to put the following constrains (in the XML code if possible):
- Disable all the capital Letters (the inverse of android:capitalize or the same fonction than toLowerCase())
- Block to EditText to 1 line max. (for instance avoid that when I press enter the editText get bigger to create a new line)
In fact , my editText is a Search Field (but in my case I don't want to use the special Search Widget).
Thanks