Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
AndroidSlidingUpPanel v3.0.0.tar.gz | 2015-02-04 | 1.3 MB | |
AndroidSlidingUpPanel v3.0.0.zip | 2015-02-04 | 1.3 MB | |
README.md | 2015-02-04 | 512 Bytes | |
Totals: 3 Items | 2.6 MB | 0 |
- 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 programaticallygetPanelState
- is now the only method to get the current panel statesetPanelState
- is now the only method to modify the panel state from code