I have a simple layout: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/ android" android:background="@drawable/background" android:layout_height="fill_parent" android:layout_width="wrap_content" android:orientation="vertical">
In my method onUpdate I can get the remote view: RemoteViews remoteView = new RemoteViews(context.getPackageName(), R.layout.somelayout"); I cannot find any information on how to change or hide the background image. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

