Bubu / android-dice-game

Android Dice Game
https://git.bubu1.eu/Bubu/android-dice-game
GNU General Public License v3.0
8 stars 2 forks source link

Replace Titlebar with NavigationDrawer #8

Open Bubu opened 7 years ago

Bubu commented 7 years ago

It wastes horizontal space but it's necessary to use modern Android's standard menu implementation.

Better alternative would be to use a NavigationDrawer, so I'll look into this.

Bubu commented 4 years ago

I worked on this a bit a while ago (and subsequently lost a bunch of WiP stuff :facepalm:). The navigationdrawer didn't really work out that well. I think I rather would go with adding same icons/buttons for the 5 possible menu actions to the game board directly.