Skip to content

Instantly share code, notes, and snippets.

@omegasoft7
Created January 15, 2015 08:18
Show Gist options
  • Save omegasoft7/aae16345ad834a07c74f to your computer and use it in GitHub Desktop.
Save omegasoft7/aae16345ad834a07c74f to your computer and use it in GitHub Desktop.
What we can do to make ScrollView to fill Parent
Sometimes ScrollView doesn't fill parent 100%. in this case simply just add:
android:fillViewport="true"
to scrollview and that is it. :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment