TextFieldBoxes
TextFieldBoxes copied to clipboard
max line not supported
hi thank for this library,its very nice. but maxLines attribute not working for this edit text and i was forced to use singleLine attribute. thanks again.
You can achieve your single line requirement by adding those lines:
android:maxLines="1"
android:inputType="text"
inside the inner <studio.carbonylgroup.textfieldboxes.ExtendedEditText> tag.