arnowelzel / periodical

A calendar to track your menstruation and calculate possible fertile days
http://arnowelzel.de/wp/en/projects/periodical
GNU General Public License v3.0
118 stars 43 forks source link

Open navigation drawer with menu button #47

Open arnowelzel opened 6 years ago

arnowelzel commented 6 years ago

The new navigation drawer can only be opened using the "burger" menu on the screen. It should also be possible to open it using the menu button of the device, if there is one.

arnowelzel commented 6 years ago

Unfortunately, this seem impossible, since the menu key never gets passed to the onKeyUp() override. This may be a problem with the AppCompat library.