Hamza Khan
Hamza Khan
Hi idrisbohra, in ResideMenu class goto method public void openMenu(final int direction) { try { setScaleDirection(direction); if (direction == DIRECTION_LEFT) { rightMenuView.setVisibility(View.GONE); leftMenuView.setVisibility(View.VISIBLE); } else { leftMenuView.setVisibility(View.GONE); rightMenuView.setVisibility(View.VISIBLE); } isOpened...
Hi idris, actually you'll have to maintain the balance, this stretching will work for y-axis, for x-axis stretching you'll have to use this method of reside menu. resideMenu.setScaleValue(0.56f); // for...