What is the impact of viewportwidth/height on Android drawables

后端 未结 4 1855
迷失自我
迷失自我 2020-12-23 12:59

I have an vector drawable I imported from an SVG asset. Sometimes, I have to adjust the size. Usually I update width and height. What I can\'t work out is how viewportwidth

4条回答
  •  [愿得一人]
    2020-12-23 13:55

    Simply viewportWidth is like width of Frame and width like width of the picture inside that frame.

提交回复
热议问题