, , , , RelativeLayout, , , . leftMargin "", RelativeLayout.LEFT_OF
, Android. onMeasure onLayout. onMeasure , ( , ), .
onLayout :
@Override
protected void onLayout(boolean changed, int l, int t, int r, int b) {
int count = getChildCount();
for (int i = 0; i < count; i++) {
View child = getChildAt(i);
if (child.getVisibility() != GONE) {
}
}
View.layout 4 : , , - . l, t, r b.