udacity/Android_Me

01-Solution: The head_container framelayout has the scaleType attribute applied to it

Opened this issue · 1 comments

This attribute provides no value to the FrameLayout widget and can be moved to the body_part_image_view ImageView if desired or simply removed entirely.

I was wondering why I could find no reference to scaleType on a FrameLayout. And you are right, ImageView has the scaleType attribute available to it.