Hi All,

Is it common to use ScrollView as the parent layout for scrolling on a
screen?  My screens normally go beyond the view of the screen.
Especially when I test using the QVJA emulator skins.  Below is
example of what most of my layouts for app look like.

<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android";
                android:orientation="vertical"
                android:layout_width="fill_parent"
                android:layout_height="fill_parent"
                android:gravity="center_horizontal"
                android:scrollbars="vertical|horizontal">

        <TableLayout
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        >
        .
        .
        .

        </TableLayout>

</ScrollView>

Thanks,
gilgantic
--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to