android 标签对应的代码怎么写alignParentRight、marginRight

android:layout_alignParentRight="true"

 

  1. LayoutParams lp = new LayoutParams(mp);
  2.         lp.addRule(RelativeLayout.ALIGN_PARENT_RIGHT);

 

posted @ 2012-06-15 12:43  3H  阅读(1557)  评论(0编辑  收藏  举报