* TextView margin
lp.setMargins(50, 0, 0, 0); // lp.setMargins(left, top, right, bottom);
* RelativeLayout: toLeftOf, toRightOf, below
lp.addRule(RelativeLayout.RIGHT_OF, R.id.my_view);
* alignParentLeft, alignParentTop, alignParentRight, alignParentBottom
lp.addRule(RelativeLayout.ALIGN_PARENT_RIGHT);
沒有留言 :
張貼留言