The background-drawable tag has no wiki summary.
0
votes
1answer
77 views
Do SetBackgroundDrawable load image in memory?
i'm making an Android application, and i had some problem in report with "out of memory exception", after many search on the net, I found that android:background was loading background image in ...
0
votes
2answers
140 views
Rounded corners drawable via code
I have a drawable that will change colors sometimes, but it must ALWAYS have rounded corners. It's for a UI library, so I can't know what colors will it have. XML is not an option, I have to achieve ...
35
votes
4answers
4k views
Changing the background drawable of the searchview widget
I'm trying to change the drawable that sits in the Android actionbar searchview widget.
Currently it looks like this:
but I need to change the blue background drawable to a red colour.
I've tried ...
