Releases: SpecialCyCi/AndroidResideMenu
Releases · SpecialCyCi/AndroidResideMenu
Support Gradle and Maven now!
- Release to maven central.
- Fix the problem of items > 10. #4
Fixed bugs.
- Add fitSystemWindows(Rect insets) method to avoid undesired status bar overlay. Remove private method setViewPadding(). _(Thanks @RlagoMan)_
2965c94 #13 - Fixed activity not fitting into the dark placeholder.
97d9b83 #18 #19 - It should remove the other menu view while showing a menu.
ada0245 #30 - Fix bug for setShadowVisible.
27b6491
Make ResideMenu working on Android 2.3.
Fix the conflict with ListView.
Change Log
- Fix the conflict with ListView.
- Fix the conflict with OnItemClickListener.
Version Migration
Upgrading to v1.4.1
from v1.3
, v1.2
, v1.1
, v1.0
Duplicate the followed code in dispatchTouchEvent() of Activity, replace the old dispatchTouchEvent()
code.
@Override
public boolean dispatchTouchEvent(MotionEvent ev) {
return resideMenu.dispatchTouchEvent(ev);
}
When menu is opened, click on the scaled main content should close
When menu is opened, click on the scaled main content should close
Support to open menu in right side.
Support to open menu in right side.
scale the activity with finger
v1.1 scale the activity with finger