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