SyntaxFix
Write A Post
Hire A Developer
Questions
I take it you want to limit width to one line and not limit it by character? Since singleLine is deprecated, you could try using the following together:
singleLine
android:maxLines="1" android:scrollHorizontally="true" android:ellipsize="end"