This repository has been archived by the owner on May 1, 2020. It is now read-only.
SpringConfiguratorView is now packaged in rebound.jar
SpringConfiguratorView is now built programmatically to remove the dependency on Android resources. This means you can now get the SpringConfiguratorView for live tuning spring constants in your application just by including it in the root of an xml layout.
<com.facebook.rebound.ui.SpringConfiguratorView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom"
/>