Tag: 的内存不足

如何在Android中以编程方式设置背景

设置背景: RelativeLayout layout =(RelativeLayout)findViewById(R.id.background); layout.setBackgroundResource(R.drawable.ready); 是做这件事的最好方法吗?