Пример #1
0
 /**
  * Set the secondary behind view (right menu) content to the given View.
  *
  * @param view The desired content to display.
  */
 public void setSecondaryMenu(View view) {
   mViewBehind.setSecondaryContent(view);
   //		mViewBehind.invalidate();
 }
Пример #2
0
 /** �����·����ұ߻����˵�������ͼ���� */
 public void setSecondaryMenu(View v) {
   mViewBehind.setSecondaryContent(v);
 }