I have Two different Activities for Single Purpose(first activity one Contains Elements like Buttons, Spinners... and second activity contains results of the Activity). In my Activity, I've to display the Huge Amount of data, so I prefer using TableLayout. Everything looks Good. But Now I want to Display the Hidden Data, so I've used ScrollView(Vertical). Without ScrollView all the data is displayed perfectly, but at the bottom of the Screen, I get to see only Two lines (When i scroll, i get to see all data, but the display portion is small) so i decided to use full screen scroll but now only first data is displayed and rest isn't shown.I have Two different Activities for Single Purp