Android UI学习-Linear Layout,RelativeLayout
RelativeLayout.LayoutParams lp=new RelativeLayout.LayoutParams(ViewGroup.LayoutParams.FILL_PARENT,/width ViewGroup.LayoutParams.WRAP_CONTENT/height);设置editText layout_below="@id/button1"lp.addRule(RelativeLayout.BELOW,R....