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 trial

Android Build a Simple Android App Creating the Screen Layout Setting Padding

Uzair Khan
Uzair Khan
3,640 Points

The full text is not being displayed because i increased padding it should come on the next line but it isn't.

please help me get my full text on screen it doesnt go to the next line i have to pull the text on the left to see the full fact

1 Answer

J.D. Sandifer
J.D. Sandifer
18,813 Points

I recommend pausing the video at the 1:40 mark and comparing your activity_fun_facts.xml file with Ben's.

In particular, compare the stuff in the <RelativeLayout tag and the stuff in the <TextView tag that has the line android:text="Ants stretch... beneath it.

Uzair Khan
Uzair Khan
3,640 Points

Got it, It was a simple mistake jeez Thankyou!