I've found this on here before by my example is a little different. I have put a TextView inside a ScrollView so I could scroll the text (TextView DOES NOT scroll itself). HOWEVER, I am using "android:layout_gravity:bottom" so all the text in the TextView will align at the bottom. However, this is making it so the ScrollView never scrolls. Can you PLEASE help me out? Thanks! Here's my XML layout:
<ScrollView android:id="@+id/chatview" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="203px"> <TextView android:id="@+id/chatscreen" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_x="2px" android:layout_y="2px" android:layout_gravity="bottom"> </TextView> </ScrollView> --~--~---------~--~----~------------~-------~--~----~ 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] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---