I have an Android Layout with a Scroll View Layout as Root, with a Relative Layout.
Inside of this Relative Layout I have a Toolbar and a Text View and other children below.
How can I change this layout when scrolling down, the toolbar can hide and other children inside Scroll View as well, but not this specific Text View?
ScrollView
Relative Layout
Toolbar
TextView (Visible even in Scrolling Down)
Other Children...