[android-developers] Why doesn't fillparent work for a child view group inside ScrollView?
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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home