Resize the image to half on scrolling down
问题 I want to obtain something like in the photo below: The image is fixed to the top screen. When the user start scrolling, the image will resize (smoothly) at half of it's original size (200dp to 100dp, with something like scaleType:centerCrop ) and if the user keeps scrolling (after the image it's at 100dp), the image will remain fixed to top and the scroll will work only for the rest of the view. Also, if the user will scroll up, the image will become (smoothly) to it's original size. I don't