Skip to content

AndroidSlidingUpPanel v3.0.0

Compare
Choose a tag to compare
@tokudu tokudu released this 04 Feb 20:37
· 154 commits to master since this release
  • 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