Вы изменяете свой layout_width на определенный dp вместо wrap_content
и
использование
android: singleLine = "true"
android: ellipsize = "end"
код:
android:layout_width="50dp"
android:layout_height="wrap_content"
android:text="check this text"
android:id="@+id/textView"
android:singleLine="true"
android:ellipsize="end"/>