Ejemplo n.º 1
0
 /**
  * Called when the tutorial module is shown in its initial state.
  *
  * <p>Any overriding methods should call {@code super.onStart()}.
  */
 public void onStart() {
   mInstructions.setVisibility(View.GONE);
   mParentTutorial.setTitle(mTitleResId);
 }