ฉันกำลังเข้ารหัสมุมมองที่กำหนดเองซึ่งขยายจาก RelativeLayout และฉันต้องการปรับขนาดมุมมองแบบเป็นโปรแกรมฉันจะทำอย่างไร
คลาสมุมมองที่กำหนดเองมีลักษณะดังนี้:
public ActiveSlideView(Context context, AttributeSet attr){
super(context, attr);
LayoutInflater inflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
if(inflater != null){
inflater.inflate(R.layout.active_slide, this);
}