RelativeLayout back;
back=(RelativeLayout) findViewById(R.id.backid);
String path;//sd卡文件路径名
Drawable d=Drawable.createFromPath(path);
back.setBackgroundDrawable(d);
RelativeLayout back;
back=(RelativeLayout) findViewById(R.id.backid);
String path;//sd卡文件路径名
Drawable d=Drawable.createFromPath(path);
back.setBackgroundDrawable(d);