I have 3 text views in a layout, where the text clips a tad on the bottom on my droid 2... How can I ensure that the whole text is viewable, and the user can scroll down (si
Just wrap your current LinearLayout with ScrollView. So it should be smth like this: