mirror of
https://github.com/pachli/pachli-android.git
synced 2025-02-02 10:26:54 +01:00
d2d6f147ea
Previous code `include`'d `toolbar_basic` inside an `AppBarLayout`. But `toolbar_basic` already contains an `AppBarLayout`, which resulted in some rendering issues. Remove the `include` and incorporate the `MaterialToolbar` directly. Set the toolbar to scroll out of the way when the screen scrolls, so the behaviour is consistent with the tabs in `MainActivity` and `AccountActivity`.