Android编程设置LayoutParams
摘要:
1 RelativeLayout.LayoutParams linearParams = (RelativeLayout.LayoutParams)viewHolder.headerWraper.getLayoutParams(); 2 RelativeLayout.LayoutParams textParams = (RelativeLayout.LayoutParams)viewHolder.textWrapper.getLayoutParams(); 3 4 linearParams.addRule(RelativeLa... 阅读全文
posted @ 2014-02-23 21:11 Mr 布鲁斯 阅读(722) 评论(0) 推荐(0) 编辑