Hi, I've a LinearLayout with a ScrollView (including a TextView) and a Button. The ScrollView uses smoothScrollTo(x,y) to always display the last line appended. Everything work fine. But when I tried to start a simple Animation based on Alpha 0.0 -> 1.0 fade effect then ScrollView smoothScrollTo(x,y) fails. The ScrollView becomes cut and move up outside the screen. If I remove the Animation then it works fine again.
How a fade Animation could affect the Layout ? Does anyone experiment such issue ? Thanks for your help. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

