GridView only every scrolls vertically. On Tue, Oct 5, 2010 at 7:59 PM, Bret Foreman <[email protected]> wrote: > The following GridView only scrolls vertically. Am I doing something > wrong? > > <?xml version="1.0" encoding="utf-8"?> > <GridView > xmlns:android="http://schemas.android.com/apk/res/android" > android:id="@+id/gridview" > android:layout_width="fill_parent" > android:layout_height="fill_parent" > android:columnWidth="100dp" > android:verticalSpacing="1dp" > android:horizontalSpacing="1dp" > android:stretchMode="none" > android:gravity="center" > android:scrollbars="horizontal|vertical" >> > </GridView> > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en >
-- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in London: http://skillsmatter.com/go/os-mobile-server -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

