コード例 #1
0
ファイル: SlidingMenu.java プロジェクト: kazhida/famn_android
 /**
  * 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);
 }