我的代碼是這樣廣東話設置線性佈局背景從路徑
ll.setBackground(Drawable.createFromPath(new ImageLoader().fullPath+"/desiredFilename.png"));
LL是我的線性佈局的對象,這是正確的方法
Bitmap bitmap = BitmapFactory.decodeFile(new ImageLoader().fullPath+"/desiredFilename.png");
\t \t Resources res=getResources();
\t \t BitmapDrawable bitmapDrawable = new BitmapDrawable(res,bitmap);
\t \t ll.setBackground(bitmapDrawable);
我也用這個代碼,但dosent工作 顯示錯誤noSuchMethods
[http://stackoverflow.com/questions/12781501/android-設置linearlayout背景編程](http://stackoverflow.com/questions/12781501/android-setting-linearlayout-background-programmatically) – 2014-12-08 07:00:43