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 trialWilliam Greathouse
Courses Plus Student 454 Pointsinitial layout ; change the ID for this Textview. challenge 1 of 3
Change the id to Treehouse label, I am having a hard time with this not sure what am doing wrong and I've fallowed along and still missing it can anyone help me ..
3 Answers
William Greathouse
Courses Plus Student 454 Points<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" >
<TextView android:id="@+id/textView1" thought I would just have to take out textveiw1 and put in "treehouselabel" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerHorizontal="true" android:layout_centerVertical="true" android:text="I love Treehouse!" />
</RelativeLayout> this is the code to change well not sure what to do when I change android:id to treehouselabel
Paul Stevens
4,125 PointsHi William,
I remember doing this challenge, if you could post the code you have so far I would be happy to see if I can help.
Paul. :)
William Greathouse
Courses Plus Student 454 PointsThank you I got it now; just typed the wrong letter .....