what is the meaning of ImageView.ScaleType=“MATRIX” : Android

后端 未结 4 1995
谎友^
谎友^ 2021-02-07 08:03

I know about the matrix, its structure and working about image view\'s scale-type. but,

  1. I can\'t find the exact meaning of ImageView.ScaleTyp

4条回答
  •  青春惊慌失措
    2021-02-07 09:05

    ScaleType="MATRIX"

    A Matrix is constructed and scaled based on the user’s pinch gesture scale factor and then the ImageView set based on this scaled Matrix. Please visit here Android ImageView ScaleType

    Check the Effect.And https://guides.codepath.com/android/Working-with-the-ImageView

提交回复
热议问题