Sorry if I sound too noob. Is there any way to convert a GradientDrawable like
GradientDrawable gd = new GradientDrawable(GradientDrawable.Orientation orientation, int[] colors);
into a Bitmap format. I am trying to set the GradientDrawable as the device wallpaper.
Thank you soo much. :)
Try this:
It's not a perfect solution as i've had to hard code the width/height for the
GradientDrawable
but it seems to work ok regardless.