AndroidSlidingUpPanel v3.0.0 Release Notes

Release Date: 2015-02-04 // about 9 years ago
    • ➕ Added umano prefix for all attributes
    • ➕ Added clipPanel attribute for supporting transparent panels in non-overlay mode.
    • setEnabled(false) - now completely disables the sliding panel (touch and programmatic sliding)
    • 📱 setTouchEnabled(false) - disables panel's touch responsiveness (drag and click), you can still control the panel programatically
    • getPanelState - is now the only method to get the current panel state
    • setPanelState - is now the only method to modify the panel state from code