//设置颜色
mText.setTextColor(ContextCompat.getColor(this,R.color.colorPrimary));
//设置图片
button.setBackgroundResource(R.drawable.xue);
//获取屏幕宽高
WindowManager manager = (WindowManager) context.getSystemService(Context.WINDOW_SERVICE);
//设置颜色
mText.setTextColor(ContextCompat.getColor(this,R.color.colorPrimary));
//设置图片
button.setBackgroundResource(R.drawable.xue);
//获取屏幕宽高
WindowManager manager = (WindowManager) context.getSystemService(Context.WINDOW_SERVICE);
本文标题:一些不常见设置属性的分发
本文链接:https://www.haomeiwen.com/subject/cxlzbqtx.html
网友评论