Created
January 15, 2015 08:18
-
-
Save omegasoft7/aae16345ad834a07c74f to your computer and use it in GitHub Desktop.
What we can do to make ScrollView to fill Parent
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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