Hi,
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android";
                android:layout_width="fill_parent"
                android:layout_height="fill_parent">

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android";
              android:orientation="vertical"
              android:layout_width="fill_parent"
              android:layout_height="fill_parent"
              >
.
.
.
.
.
.
.


</LinearLayout>
</ScrollView>

in the xml ,inside the space you can specify whatever you want.

Thanks,
Dolan.

On Wed, May 21, 2008 at 2:36 PM, and.hl <[EMAIL PROTECTED]> wrote:

>
> Hello,
>
> I have given textview within scrollview like below
>
> <ScrollView android:id="@+id/textAreaScroller"
>    android:layout_width="fill_parent"
>    android:layout_height="40px">
>
> <TextView       android:id="@+id/coa"
>                         android:layout_width="fill_parent"
>                         android:layout_height="40px"
>                         android:text="@string/COA"
>                         android:fadingEdge="none">
> </TextView>
> </ScrollView>
>
> I want to set the text and then scroll it within this textview for
> which giving only scrollview is not enough because i cant set the text
> in scrollview. This is my problem
> >
>

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