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

android:layout_alignParentRight="true"

  1. LayoutParams lp = new LayoutParams(mp);
  2.         lp.addRule(RelativeLayout.ALIGN_PARENT_RIGHT);
原文地址:https://www.cnblogs.com/shortboy/p/2550504.html