ViewGroup.LayoutParams params = imgview.getLayoutParams(); params.width = 20; params.height = 40; imgview.setLayoutParams(params);