这是我正在做的一个例子.
button = new button(this); //here I am just checking if the button can come above the EditText button.setText("I am a button"); params.addRule(relativeLayout.BELOW,editText.getID()); params.addRule(relativeLayout.AliGN_PARENT_ABOVE); relativeLayout.addVIEw(button);
我根本无法进行对齐.
任何线索都非常感谢.
提前致谢.
button = new button(this); //here I am just checking if the button can come above the EditText button.setText("I am a button"); params.addRule(relativeLayout.BELOW,editText.getID()); params.addRule(relativeLayout.AliGN_PARENT_ABOVE); relativeLayout.addVIEw(button,params);
addView method
总结以上是内存溢出为你收集整理的android – 在RelativeLayout中在运行时对齐视图全部内容,希望文章能够帮你解决android – 在RelativeLayout中在运行时对齐视图所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)