No need of android:scrollHorizontally
attribute. Remove it.EditText
is a fixed item on the screen. we want scroll the layout contains the EditText is enough. that is the best design too. you have put android:ellipsize="end"
instead of android:scrollHorizontally
.