Hi,
I'm trying to set an imageview to show a transparent png. The file's transparency is properly set. I'm also trying to change the imageview's background color to say grey.
This (setting it grey) works perfectly well until I actually call the png file (FavBtn.SetBackgroundImage(LoadBitmap(File.DirAssets, "btn_rating_star_off_normal.png"))) when the transparent parts turn white. How can I keep it grey?
Thanks
I'm trying to set an imageview to show a transparent png. The file's transparency is properly set. I'm also trying to change the imageview's background color to say grey.
This (setting it grey) works perfectly well until I actually call the png file (FavBtn.SetBackgroundImage(LoadBitmap(File.DirAssets, "btn_rating_star_off_normal.png"))) when the transparent parts turn white. How can I keep it grey?
Thanks