You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: