Widget动态换背景图片 android

继承AppWidgetProvider的类不能用TextView x = (TextView)findViewById(R.id.x)
只能用RemoteView中的setInt(int viewId, String methodName, int value) 来搭配View中的setBackgroundResource (int resid)
xxx.setInt(R.id.widget, "setBackgroundResource ",R.drawable.carrystick_bg1)

你可能感兴趣的:(android)