ok I have this xml :
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<org.me.webwagdroid.GridLayout
android:id="@+id/gridlayout"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
</FrameLayout>
I know try to use my Grid Layout in a ScrollView
So i Just replace FrameLayout by ScrollView with some scrollbars
attribute
but now my grid layout can't resolve the size.
I can't understand why since a ScrollView is a FrameLayout
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---