gpt4 book ai didi

java - 如何以编程方式为 Imageview 设置双倍高度?

转载 作者:太空宇宙 更新时间:2023-11-04 11:37:48 25 4
gpt4 key购买 nike

ImageView 以编程方式获取 int 值,但有时高度以双倍计算,因此任何人都可以建议使用哪一个过程。我搜索过但没有得到确切的解决方案

这是我的代码:

//--------calculate width and height
int final_width;
double final_height;
final_width = width - 40;
final_height = ((final_width) * (0.75));
Log.e("final height",""+final_height);
imageView.getLayoutParams().width = Utility.pxToDp(final_width,mContext);
imageView.getLayoutParams().height = Utility.pxToDp(final_height,mContext);

最佳答案

也许

final_height=final_height+final_height

这就是我想要获得 2 倍高度效果的方法。

关于java - 如何以编程方式为 Imageview 设置双倍高度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43085114/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com