I use a ScrollView to do things like that.

I don't know what type of view you use so this is an example for a  
TextView:

<ScrollView android:layout_height="fill_parent"  
android:layout_width="fill_parent">
        <TextView android:layout_height="500px" android:layout_width="500px">
        </TextView>
</ScrollView>

Hope that works for you

Am 10.08.2009 um 12:15 schrieb whitech:

>
> Hi~
> I've met a problem now. I've got a view that must be bigger than
> 480*320, like 500*500, and using finger to move it so i can see all of
> the  view. How should i set the LayoutParams of this view ?
> Thank you!
> >
>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to