ecd81e80b0
Scrolling a thread, set of search results, or viewing a thread would cause the toolbar to flicker as items moved under it. Fix this by configuring the toolbar to `liftOnScroll` in the relevant layouts. It needs to be configured with the view (or ID of the view) that it will be scrolling. For views that are in the same layout this is done with the `liftOnScrollTargetViewId` attribute. For views that are in different layouts (e.g. the toolbar is in the activity and the scrolling view is in a fragment) the app bar's `setLiftOnScrollTargetView` method must be called. Do this in `TimelineFragment` if the hosting activity is a new interface `AppBarLayoutHost`. Implement this interface in `StatusListActivity`. Update the relevant layouts to use `MaterialToolbar`. Fixes #21 |
||
---|---|---|
.. | ||
schemas/app.pachli.db.AppDatabase | ||
src | ||
build.gradle | ||
getGitSha.gradle | ||
lint-baseline.xml | ||
lint.xml | ||
proguard-rules.pro |