I want the view group to extend with the ScrollView if the content of
the group is smaller than the display area of the ScrollView.

How can I have the ScrollView child extend to fill the parent if it's
smaller than the parent?

<ScrollView
        android:layout_width="fill_parent"
        android:layout_height="fill_parent">

        <LinearLayout
                android:layout_width="fill_parent"
                android:layout_height="fill_parent">

                <!-- Some content -->
        </LinearLayout>
</ScrollView>

Thanks,
-Moto

-- 
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

Reply via email to