I want to use the LayoutTransition
class that it can achieve animation.But Eclipse tell me Call requires API level 11 (current min is 7)
. And I just want to call this API in Android2.1+. So, Here What way can be deal with it(such as the Open Sources library)?
Thank you very much for your answer.