Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialWejdan Al Mubarky
Courses Plus Student 1,451 PointsText issue
I have an issue with the long text! when I write a long text it doesn't show the entire text, it goes off the screen! I don't know why it doesn't make the text two lines instead of cutting the text? any idea?
3 Answers
Osvaldo Restrepo
Courses Plus Student 483 PointsWhat happens is that you used the Plain TextView. Use the normal TextView, in the Toolbox. Not the "Plain Textview", but the "TextView".
Tim Lee
968 PointsIt is probably because you didn't assign any values for the width and length. If you set the values to match_parent and not wrap_content I think you should be good to go
Wejdan Al Mubarky
Courses Plus Student 1,451 Pointsunfortunately, that dosen't solve the problem! I really don't know what's the matter with it. it is working perfectly in the video and i just followed the exact Instructions!! but thank you anyway
prashant pathak
1,538 Pointsplease assign the proper width and height width must be match_parent and reduce text size if it is increasing along with that if even its not fitting into screen add scroller into it , this probably only occur when there is so much content in your screen .
Wejdan Al Mubarky
Courses Plus Student 1,451 PointsWejdan Al Mubarky
Courses Plus Student 1,451 PointsIt is finally working ! thanks alot