KomodoOpenLab / InputAccessLib

InputAccessLib is a library that enhances the compatibility of Android applications with a variety of alternative input devices such as external keyboards, adapted switches, hands-free kits and remote controls.
10 stars 16 forks source link

Update the options menu example to demonstrate the accessible sub menus #44

Closed rishabhjain08 closed 12 years ago

rishabhjain08 commented 12 years ago

Latest changes to InputAccessLib makes the sub menus accessible. Earlier nothing happened when a menu item which had sub menu attached to it was clicked. Add an example to demonstrate the accessible sub menu.

rishabhjain08 commented 12 years ago

Also the MenuItem.setOnMenuItemClickListener has been made functional.