tags:

views:

64

answers:

1
A: 

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
I tried this and lost my horizontal linear layout that has my page count image displays. I nested this inside the vertical layout.
taraloca