See that button in the right bottom corner with the red cercle around it. Sorry for the size!
I would like to know if there is an KeyEvent for this key and how is the key called.
Thanks a lot!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That is the soft menu button. You can intercept onKeyPressed of your activity. the KeyEvent is KEYCODE_MENU.
That said… Some people call these three dots in the soft button bar of the galaxy nexus the “menu button of shame”. The menu itself is discouraged to use and the elements hidden behind it should be made available through the normal ui.