HI,
How i can set Imageview width and height programatically.
Thanks in advance
HI,
How i can set Imageview width and height programatically.
Thanks in advance
imageView.setMaxWidth(*theWidth*)
imageView.setMaxHeight(*theHeight*)
Have a read of the documentation if you need help