I have a ScrollView inside which is an EditText which is set to scroll vertically. But it does not scrolls. Instead the whole layout scrolls, Whene
ScrollView
EditText
You have set "Scroll View" to your parent - this means it scrolls the whole layout.
If you want to scroll a particular "Edit text" then you have to put another Scroll view to that edit text.