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 trialAlex Lowe
15,147 PointsAny drawback to using the relative layout's background property?
I was just wonder if there's a drawback to just putting the background image in the relative layout's background attribute. It seems to get to the same result a lot easier.
1 Answer
Sushant Saurabh
8,352 PointsThere is no issue except that it'll increase the size of your apk for no reason at all and you'll have to create an image too. The properties may seem cumbersome initially, but after you do it 5-7 times, they'll be an easier option than the image. Worth the extra effort I think.