Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

SpringConfiguratorView is now packaged in rebound.jar

Compare
Choose a tag to compare
@willbailey willbailey released this 30 Jan 19:40
· 97 commits to master since this release

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"
    />