Hi,
I have a ColorDrawable label with a background color set at runtime by setting:
then I try to load a transparent png with:
and I would expect the background color to be kept but that does not happen..what am I missing?
thanks
I have a ColorDrawable label with a background color set at runtime by setting:
B4X:
TempLbl As Label
TempLbl.Color = xui.Color_RGB(246,135,46)
then I try to load a transparent png with:
TempLbl.SetBackgroundImage(LoadBitmap(File.DirAssets,"dog.png")):
TempLbl.SetBackgroundImage(LoadBitmap(File.DirAssets,"dog.png"))
and I would expect the background color to be kept but that does not happen..what am I missing?
thanks