Implement animated color lerp for material toolbars.

This commit is contained in:
Alex Hart
2022-06-10 16:20:02 -03:00
committed by Greyson Parrelli
parent ef3c776b4b
commit 2eb933c2d4
11 changed files with 88 additions and 73 deletions

View File

@@ -52,7 +52,7 @@ abstract class DSLSettingsFragment(
adapter = settingsAdapter
getMaterial3OnScrollHelper(toolbar)?.let {
addOnScrollListener(it)
it.attach(this)
}
}