sweisss / VolcanoSeason3

A revamp of the Volcano Season app
0 stars 0 forks source link

Add settings menu in top app bar #20

Closed sweisss closed 1 week ago

sweisss commented 1 week ago

Image

sweisss commented 1 week ago

Note that commit b497c75 had the foresight to comment out the settings menu instead of fully removing it for ease of future development.

Image

Image

Image

sweisss commented 1 week ago

The settings menu should also control the populate default links so that the app is not repopulated every startup.

sweisss commented 1 week ago

The top app bar settings menu can be unique to each fragment by calling

override fun onCreateOptionsMenu(menu: Menu, inflater: MenuInflater) {
...
}

from each fragment specifically.

sweisss commented 1 week ago

Included 3 options to menu on top app bar related to Issues #22 , #23, and #24 .

Image

sweisss commented 1 week ago

Closing because #30 did not automatically close for some reason.