标签: android pixel android-view
我想手动设置ImageView的大小。对于所有视图,ImageView都有一个函数setMinimumHeight。我告诉ImageView将它放在哪个单位?
答案 0 :(得分:2)
您将获得并设置大小(以像素为单位)。当minWidth属性从XML中膨胀时,它会从其维度转换为像素度量:
minWidth
:
case R.styleable.View_minWidth: mMinWidth = a.getDimensionPixelSize(attr, 0);