Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question

2 Answers

up vote 0 down vote accepted

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.

share|improve this answer

There are a few system icons whose filenames match 'feedback', but none of them look appropriate to me.

Best I could find is "ic_menu_report_image.png".

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.