Implement toolbar hiding on scroll

This commit is contained in:
Kirill Kamakin
2021-11-21 20:45:15 +03:00
parent 263ebbd431
commit 5639fe4517
2 changed files with 20 additions and 10 deletions

View File

@@ -31,6 +31,7 @@ class MainActivity : AppCompatActivity() {
private fun setToolbarRoundCorner() {
Timber.v("setToolbarRoundCorner() called")
val drawables = listOf(
binding.toolbarHolder.background as? MaterialShapeDrawable,
binding.toolbar.background as? MaterialShapeDrawable,
)
Timber.d("setToolbarRoundCorner: drawables = $drawables")