摘要:
DisplayMetrics displaymetrics = new DisplayMetrics();getWindowManager().getDefaultDisplay().getMetrics(displaymetrics);int height = displaymetrics.heightPixels;int width = displaymetrics.widthPixels; 阅读全文
posted @ 2014-04-22 22:50
thirsty coder
阅读(174)
评论(0)
推荐(0)
摘要:
比如要设置某控件在RelativeLayout中的高宽,确保文件导入的是import android.widget.RelativeLayout.layoutParams;.而不是其他乱七八糟的layoutParams。否则的话会引起类型转换错误 阅读全文
posted @ 2014-04-22 22:49
thirsty coder
阅读(560)
评论(0)
推荐(0)

浙公网安备 33010602011771号