AndroidX icon indicating copy to clipboard operation
AndroidX copied to clipboard

AppBar SetLliftOnScrollTargetViewId doesn't respond to scroll

Open MagneticLlama opened this issue 5 years ago • 0 comments

Xamarin.Android Version (eg: 6.0):

10.0.3.0

Operating System & Version (eg: Mac OSX 10.11):

Windows 10 Pro 1909

Support Libraries Version (eg: 23.3.0):

Xamarin.Google.Android.Material 1.1.0.4-rc3

Describe your Issue:

AppBar SetLiftOnScrollTargetViewId does not show and hide the elevation shadow as the scroll target is scrolled.

Steps to Reproduce (with link to sample solution if possible):

Create an appbar and any scrolling container, such as a recyclerview. Set liftOnScroll to true on the app bar. SetLiftOnScrollTargetViewId on the scrollbar to the recyclerview id. The appbar will not have a shadow, and the shadow will not appear on scroll.

MagneticLlama avatar Sep 30 '20 15:09 MagneticLlama