Search code examples
androiddrawableandroid-imageandroid-icons

Android standard icon for feedback/report by users


I want to add a feature on my app to let users give a feedback on data. (for example to report errors or mistakes).

Is there a standard icon for it?


Solution

  • please, visit your android-sdk-* folder, there should be default set of icons and pictures in the ./platforms/android-XX/data/res/drawable-Xdpi/ where "XX" and "X" stand for your android version and screen size. all the standard icons are there.