SlidingMenuSharp.App.SlidingActivityHelper.SetBehindContentView C# (CSharp) Method

SetBehindContentView() public method

public SetBehindContentView ( Android.Views.View view, Android.Views.ViewGroup layoutParams ) : void
view Android.Views.View
layoutParams Android.Views.ViewGroup
return void
        public void SetBehindContentView(View view, ViewGroup.LayoutParams layoutParams)
        {
            _viewBehind = view;
            _slidingMenu.SetMenu(_viewBehind);
        }

Usage Example

Example #1
0
 public void SetBehindContentView(View view, ViewGroup.LayoutParams layoutParams)
 {
     _helper.SetBehindContentView(view, layoutParams);
 }