views:

196

answers:

1

HI,

How i can set Imageview width and height programatically.

Thanks in advance

A: 
imageView.setMaxWidth(*theWidth*)
imageView.setMaxHeight(*theHeight*)

Have a read of the documentation if you need help

matto1990