Rebound v0.3.1 Release Notes

Release Date: 2014-01-30 // about 10 years ago
  • 🚚 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"
        />