I have one image stored in res/drawable/icon.png
I need to set this Image to following function which accepts Drawable mButton.setCompoundDrawables()
so how to convert Resource to Drawable?
Thanks,
PP.
|
feedback
|
|
Your Activity should have the method getResources. Do:
| |||
feedback
|