Alternative to setAlpha in api level 8

后端 未结 5 1351
别那么骄傲
别那么骄傲 2021-01-01 17:25

I am working on an app, which can run on Froyo as well as JellyBean. I have a class that extends PageTransformer as below:

import a         


        
5条回答
  •  没有蜡笔的小新
    2021-01-01 18:11

    The easiest solution is to use the NineOldAndroids library, which backports the animations to all versions of Android. The Usage section has examples of how you'd use the library.

提交回复
热议问题