Here is the layout:
This is because your textView width is wrap_content. So means if your text is too long then it will be out of screen. So better way is to set it to match_parent.
And Yes if it is too long then you can set MaxLines for it.