androidandroid-animationandroid-drawablenineoldandroids

How to use circular progress button library on android 4.0 lower?


I want to use circular-progress-button on android 2.2 or above. But there is a error on Property class that say minimum sdk must be 14.

I don't want to check sdk version and then use or not.

Or even is there any alternative library like this?


Solution

  • If you want to remove that error maybe you need to increase android:minSdkVersion to 14, which means you cant support bellow Android 4.0.

    But there is another library with android:minSdkVersion=11. You can use that library too. Here is the link: FABProgressCircle