Android_Me icon indicating copy to clipboard operation
Android_Me copied to clipboard

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

Open MagsMagnoli opened this issue 8 years ago • 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.

MagsMagnoli avatar Apr 27 '17 05:04 MagsMagnoli

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.

WORMSS avatar May 09 '17 22:05 WORMSS