android - While in landscape orientation pressing enter doesn't bring the cursor to a new line -


While in the landscape app in my Android app, the cursor is not brought in a new line to suppress, it only appears Is a place, but when it is withdrawn in portrait mode, the new line is displayed correctly. Although it's working correctly, I want users to see different lines of text in landscape mode. Can I get any advice? Maybe it should do this, but it does not look right to me, thanks!

My XML for this edit text:

  & lt; Android: Text size = "20 sp /"    

It looks like your view is overlapping with other views in the scenario

Comments