我有一些带有ImageViews的remoteView,我需要以编程方式更改"android:background".
我知道如何更改"android:src":
remoteView.setImageViewResource(int viewId, int srcId);
它工作正常,但我如何更改"android:背景"?
谢谢
android widget imageview
android ×1
imageview ×1
widget ×1