You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Picasso is primarily designed for loading and displaying images into ImageView widgets, and setting the background of a layout involves a slightly different approach.
If you want to set the background of a RelativeLayout with an image using Picasso, you can create a Target object to handle the bitmap and then set it as the background.
Why cant I use this to set a relative layout background?
The text was updated successfully, but these errors were encountered: