示例#1
0
 /**
  * Set the behind view (menu) content to the given View.
  *
  * @param view The desired content to display.
  */
 public void setMenu(View view) {
   mViewBehind.setContent(view);
 }