代码中修改ImageView的高度和宽度



image_view.getLayoutParams().height = 20;


必要时调用

image_view.requestLayout()


http://stackoverflow.com/questions/3144940/set-imageview-width-and-height-programmatically

你可能感兴趣的:(android)