Android drawable with image and background
I want to load a blue/transparent image into an android drawabl开发者_如何学运维e. I want the drawable to have a orange background. Is this possible without editing my image?
You can use a Layer List drawable with the bottom layer solid orange and the top layer your image.
精彩评论