I want to be able to scroll on the ImageView inside the CollapsingToolbarLayout. So how that would be possible, and How to set a starting height of that Image view?
Just add:
android:fitsSystemWindows="true" app:layout_collapseMode="parallax"
to the ImageView in the CollapsingToolbarLayout. You can find more here.