http://androiddrawableexplorer.appspot.com/
I want to be able to use these drawables inside my projects, but my projects are generated at runtime. I only use XML to define new activities, because quite frankly, I hate working with XML from within java. I’m looking for a mathod similar to this. One that doesn’t use any XML to ‘findByID’ the component it needs. Thank you.
Drawable foo = new Drawable(bar);
http://androiddrawableexplorer.appspot.com/ I want to be able to use these drawables inside my projects, but
Share
You can use this :