Hi, I have FrameLayout with TextView and Button and ... In API > 10 is setScaleX, setScaleY
for API=10 is nineoldandroids with setScaleX, setScaleY based in Animation, but when Animation is active must manual invalidate FrameLayout when I modifies inside e.g. TextView. It is something that refreshes automatically? And second question for API=10 When Animation modifies e.g. scale/translation and I do "clearAnimation()" -> the FrameLayout returns to the normal version. How to save modifies for FrameLayout at the end of the animation? Second question is for simply reply for problem with e.g. button in FrameLayout In API>10 all is OK, scale, button and other, but in API=10 I have problem. Thanks in advance for any help Sorry for my English -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/a3f74bc8-9c2e-41f8-8741-995d8aafcf2e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

