I have a one line EditText, when I set a long hint, the hint wraps to two lines. Can I force the EditText to be always one line tall? android:lines=\"1\" didn\'t wo
android:lines=\"1\"
Try android:singleLine="true"
android:singleLine="true"