Open arnowelzel opened 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.
Unfortunately, this seem impossible, since the menu key never gets passed to the onKeyUp() override. This may be a problem with the AppCompat library.
onKeyUp()
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.