android如何在java代码里设置 imagebutton(imagebutton在xml中)大小
1个回答
展开全部
android:layout_width="142dp"
android:layout_height="36dp"
修改imagebutton上面两个属性就可以了
android:layout_height="36dp"
修改imagebutton上面两个属性就可以了
追问
谢谢您的回答,我已经自己研究出来了,
背景图我也是用矩阵来实现不同分辨率显示不同大小
button.getLayoutParams().height=(int)(bottom_btn_height*scale_height);
button.getLayoutParams().width=(int)(bottom_btn_width*scale_width);
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询