10
int mColor = 0xff00ff00;

remoteView.setInt(R.id.framelayout1, "setBackgroundResource", android.R.color.white);

如何使用 mColor 设置颜色?

4

1 回答 1

25

你应该试试

remoteView.setInt(R.id.framelayout1, "setBackgroundColor", mColor);
于 2011-09-21T09:25:40.990 回答