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 trialRuggiero A
8,534 PointsMistake in the video?
Hi Ben Jakuben. Thanks for this very useful course, anyway I suppose but I'm not sure that you made a mistake in the video. When you run at 2:33 the video the boxes have the max width they can have (the total space minus the padding divided by 3). That didn't happen to me, because the width just matched the name length of the contact. So I looked a bit the project and while you in the video put android:layout_width="wrap_content" it should have been android:layout_width="match_parent", in fact using that value for me it looks just like your. Did you forget to put that part in the video?
2 Answers
Aurelian Spodarec
7,369 PointsHi, im not sure, but sometimes they make this for purpose for teaching . In later video , he might comeback or something and do something with it . At least hat was when i saw Amit in some videos.
Enes Çakır
1,833 PointsJust saw the Amit part Aurelian Spodarec :) Well, he is not hiding his errors, showing what he has done wrong is a strong way to teach us how its done.
Aurelian Spodarec
7,369 PointsWell yes, it's good they do that. Ben might pick it up in later videos or something. It's not set up i believe cóż everyone make errors.