I’m looking for an android repository where i can get certain images, like the record button image, camera flash image and the sort instead of making my own images. Or is there a rule that prohibits using specific android images on an app? Any help will be appreciated, thanks.
Share
All the images used in Android that are available for you to use are available in the SDK download in
/drawables. From here you can make copies, edit them etc. to fit your needs.