我使用下面的代码来定义按钮背景:
TypedArray bottombuttons = res.obtainTypedArray(R.array.bottombuttons );
button0.setBackgroundResource(bottombuttons .getResourceId(index, 1));
其中index
是来自共享活动的变量
int index = themePref.getInt("index", 1);
答案 0 :(得分:0)
答案是我必须在onResume()
而不是onCreate()