В принципе , как и обычный
View
:
PercentRelativeLayout.LayoutParams params = (PercentRelativeLayout.LayoutParams)
myImageView.getLayoutParams();
PercentLayoutHelper.PercentLayoutInfo info = params.getPercentLayoutInfo();
info.heightPercent = 0.50f;
myImageView.requestLayout();