It's meaningless for a child of a ScrollView to be fill_parent. Use
wrap_content instead.

On Wed, Jul 22, 2009 at 5:33 AM, ioRek<jeremy.vuiller...@gmail.com> wrote:
>
> 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
> >
>



-- 
Romain Guy
Android framework engineer
romain...@android.com

Note: please don't send private questions to me, as I don't have time
to provide private support.  All such questions should be posted on
public forums, where I and others can see and answer them

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to