0

在我的项目中,我使用 cwac-thumbnail(Mark Murphy 的 ThumbnailAdapter)它工作得很好,但现在我需要从视图的布局中编辑背景和其他一些资源。我只能编辑单个元素的布局。

有人能拦住我吗?

git for cwac-thumbnail

这是列表的图片 http://i41.tinypic.com/k47dyo.png

我只是改变布局:

View view = findViewById(android.R.id.content).getRootView();
view.setBackgroundResource(R.drawable.background);
4

0 回答 0