I am using below code to set an image on a widget imageview using remoteview now i want to set height and width to imageview runtime.
if (appWidgetId != AppW
hi try these line to set imageview width and height
image_view.getLayoutParams().height = 20; image_view.getLayoutParams().width = 100;