這個有點麻煩,跟想象的不太一樣,有的時候管事,有時候不管事,調了半天終于基本達到效果了
RelativeLayout.LayoutParams params = new RelativeLayout.LayoutParams(RelativeLayout.LayoutParams.WRAP_CONTENT,RelativeLayout.LayoutParams.WRAP_CONTENT);params.addRule(RelativeLayout.CENTER_HORIZONTAL);params.topMargin = AutoUtils.getPercentHeightSize(240);mTvTips.setLayoutParams(params);RelativeLayout.LayoutParams params1 = new RelativeLayout.LayoutParams(RelativeLayout.LayoutParams.WRAP_CONTENT,RelativeLayout.LayoutParams.WRAP_CONTENT);params1.addRule(RelativeLayout.ALIGN_PARENT_END);params1.addRule(RelativeLayout.ALIGN_PARENT_BOTTOM);params1.rightMargin = AutoUtils.getPercentHeightSize(200);params1.bottomMargin = AutoUtils.getPercentHeightSize(200);mLlAnonymity.setLayoutParams(params1); mTvTips.setTextSize(COMPLEX_UNIT_PX,AutoUtils.getPercentWidthSize(34)); mSrbScore.setStarSize(AutoUtils.getPercentWidthSize(86)); mSrbScore.setStarsseparation(AutoUtils.getPercentWidthSize(42));新聞熱點
疑難解答