Android_Me
Android_Me copied to clipboard
01-Solution: The head_container framelayout has the scaleType attribute applied to it
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.