Scaletype attribute of imageview in Android

Source: Internet
Author: User

The property Android: scaletype of imageview, that is, imageview. setscaletype (imageview. scaletype ). Android: scaletype controls how images are resized/moved to match the size of imageview. Imageview. scaletype/Android: the differences between scaletype values:

 
Center/center is centered according to the original size of the image. When the length/width of the image exceeds the length/width of the view, the center part of the screenshot is displayed.

Center_crop/centercrop scales up the image size in the center, so that the image length (width) is equal to or greater than the view length (width)

Center_inside/centerinside shows the entire content of the image in the center. The image length/width is equal to or less than the view length/width by proportional reduction or the original size.

Fit_center/fitcenter scales up/down the image proportionally to the width of the view and center the image.

Fit_end/fitend: scales up or down an image to the width of the view, which is displayed in the lower part of the view.

Fit_start/fitstart scales up/down an image proportionally to the width of the view.

Fit_xy/fitxy increase or decrease the image size proportionally to the view size.
Matrix/matrix is drawn using a matrix.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.