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 Android Lists and Adapters (2015) Using Parcelable Data Retrieving Parcelable Data

Semen Zadorozhnyi
Semen Zadorozhnyi
8,515 Points

DailyListItem layout not working correctly (circle backgroung and maxTemperature not visible)

Just tested my code on Virtual Device and realized that maxTemperatureText and it's background not visible.. At the same time layout xml looks ok. Screen image

Semen Zadorozhnyi
Semen Zadorozhnyi
8,515 Points

Just checked data from NightSky all values for project are available and stored in needed objects

Semen Zadorozhnyi
Semen Zadorozhnyi
8,515 Points

also textColor key not working for preview (same screen Image)

1 Answer

Semen Zadorozhnyi
Semen Zadorozhnyi
8,515 Points

For future if someone ask something similar The solution is simple: just change ImageView and TextView positions. Not sure how it works, but image now on background layer and text on top of it

Screen http://prntscr.com/e3yx6u

Sana Khateeb
Sana Khateeb
3,979 Points

Having the same issue, followed your solution but that didn't fix it. Any other reason for this?