【发布时间】:2013-12-17 09:36:49
【问题描述】:
我怎样才能完全改变我的preferenceActivity背景的颜色?请看我的截图。在平板电脑上,窗口背景和列表视图背景周围有一种白色边框。我不知道如何改变它的颜色/drawable。我只需要让它透明。
这就是我实现屏幕截图的方式。这段代码放在PreferenceActivity的onCreate中。
this.getListView().setBackgroundDrawable(this.getResources().getDrawable(R.drawable.splash_bg));
this.getWindow().setBackgroundDrawable(this.getResources().getDrawable(R.drawable.splash_bg));
希望我不必涉及任何样式,为了简单起见,我可以在代码中访问它。
【问题讨论】:
标签: android layout styles themes preference