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 trialAnthony Tran
Courses Plus Student 4,821 PointsAny websites/documents that can aid me with the use of Android 1.4, @string text doesn't appear
I wanted to know if there was any additional material, in the form of website/documents/video channel;YouTube, that can aid me in understanding the new updates available for this version of Android Studios
1 Answer
Seth Kroger
56,413 PointsThe new Activity templates in 1.4 split the layout into 2 files, activity_...xml and content_...xml. the activity_ file is more of a standard frame around the activity with the action/toolbar and action button with the content_ file being the content inside that frame which used to be the single activity_ layout. So when the videos have you edit the old style activity_x.xml file you should probably be editing the new content_x.xml file instead.