How to make EditText hint not to wrap?
Try android:singleLine="true"
Have you tried android:ellipsize
yet? This can be set to truncate the line to end in "..." either at the start, the middle, the end, or you can set it to marquee (scroll across). Not sure offhand whether this applies to hints or not, but it should.