android 用代码设置高度2023-03-28 本文已影响0人 余炳高笔记 val lp = root.img.layoutParams lp.height = DipUtil.dip2px(this, 250) root.img.layoutParams = lp