DennisBauer / RecurringExpenseTracker

A Material You recurring expense tracker, allowing you to keep track of your monthly spending.
GNU General Public License v3.0
102 stars 15 forks source link

Move back to a single Scaffold per screen #250

Closed DennisBauer closed 3 months ago

DennisBauer commented 3 months ago

Instead of two separate Scaffolds move back to a single Scaffold per screen as having multiple Scaffold messed things up. E.g. the FAB was behind the NavBar and some paddings weren't correct. Still having a Scaffold per screen so actions, bottomBar, FAB and others can be configured per screen.