You could use a LinearLayout with android:orientation="vertical" and store everything in it : all of the LinearLayout's children will be arranged vertically.
Gregory Potdevin
2010-09-10 16:04:42
You could use a LinearLayout with android:orientation="vertical" and store everything in it : all of the LinearLayout's children will be arranged vertically.