【发布时间】:2013-09-27 23:11:44
【问题描述】:
gridcell = (Button) row.findViewById(R.id.calendar_day_gridcell);
gridcell.setText("Day 1");
URL url = new URL("http://172.16.4.29:81/pht/2013/9/18/3027_2013_9_18_12_14_56_b.JPG");
Bitmap bmp = BitmapFactory.decodeStream(url.openConnection().getInputStream());
如何将bitmap bmp 图像设置为按钮网格单元背景图像?
【问题讨论】:
-
没有任何对您有帮助的答案吗?如果你找到了解决方案,请把你的..