setbackgrounddrawable专题

setbackgrounddrawable过时的代替方法

【问题】 如下android代码: Drawable statusQuestionDrawable = resources.getDrawable(R.drawable.status_question);statusView.setBackgroundDrawable(statusQuestionDrawable); 结果提示: The method setBackgroundDrawab

setBackground、setBackgroundColor、setBackgroundDrawable、setBackgroundResource的区别

1.SetBackground(Drawable backgroun)其参数为一个Drawable对象,目的是设置view的背景图片,Drawable对象可以这样获取 getResources().getDrawable(R.drawable.xx)2.setBackgroundColor(int color)其参数为一个颜色值,其目的是设置一个view的背景颜色 3.setBackg

getWindow().setBackgroundDrawable(null);对UI优化的测试

今天工作不多,就测试了下 getWindow().setBackgroundDrawable(null);对UI优化的测试 OK首先我们用手机开发者模式自带的 OverDraw来判断布局的OverDraw状况, 随便写了一个默认布局 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"