Is it possible to use this Behavior, while having the Toolbar pinned to the top? I'd like to be able to use the "quick return" toolbar, but with my ImageView shrinking into it. I've been playing with layouts all week, but the only time it works is if my layout is exactly like the one in the example.
I'm also not really following the Behavior code enough to adapt it, but it seems to me like the custom attributes aren't even really being used correctly, if at all.
Is it possible to use this
Behavior
, while having theToolbar
pinned to the top? I'd like to be able to use the "quick return" toolbar, but with myImageView
shrinking into it. I've been playing with layouts all week, but the only time it works is if my layout is exactly like the one in the example.I'm also not really following the
Behavior
code enough to adapt it, but it seems to me like the custom attributes aren't even really being used correctly, if at all.How does this work?