niteshsirohi1
niteshsirohi1
Make these changes in ResideMenu class @Override protected boolean fitSystemWindows(Rect insets) { // Applies the content insets to the view's padding, consuming that // content (modifying the insets to be...
Download the library and replace ResideMenu class with given below code. package com.special.ResideMenu; import android.app.Activity; import android.content.Context; import android.content.res.Configuration; import android.content.res.Resources; import android.graphics.Point; import android.graphics.Rect; import android.os.Build; import android.util.DisplayMetrics; import...
Make these changes in ResideMenu class @Override protected boolean fitSystemWindows(Rect insets) { // Applies the content insets to the view's padding, consuming that // content (modifying the insets to be...
check pull request.