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