2014-04-04 200 views

回答

2

的道路是错误的

String path = "image.png"; 
2
Drawable d = Drawable.createFromStream(getAssets().open("image.png"), null); 
相关问题