syrjs / core

Light Dynamic UI Engine for Native and Web with a React Like API
http://syr.js.org
MIT License
56 stars 24 forks source link

Fix SyrButton.java for Android pre-5.0 #245

Closed brodycj closed 6 years ago

brodycj commented 6 years ago

What

Fix needed for SyrButton to work on Android pre-5.0

Why

android.widget.Button.setStateListAnimator is not defined for Android pre-5.0

How

Checklist: