Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#21 Explain how to exit full screen #18

Merged
merged 14 commits into from
Jun 18, 2017
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import org.literacyapp.handgesture.HandView;
import org.literacyapp.startguide.R;
import org.literacyapp.startguide.content.FinalActivity;
import org.literacyapp.startguide.util.MediaPlayerHelper;

public class ExitFullScreenActivity extends Activity {

Expand Down Expand Up @@ -73,13 +74,13 @@ private void hideSystemBars() {
}

private void playExitFullScreen() {
// TODO: 04/05/2017 audio move bottom to exit full screen
// MediaPlayerHelper.playWithDelay(this, R.raw.exit_full_screen, new MediaPlayerHelper.MediaPlayerListener() {
// @Override
// public void onCompletion() {
// TODO: 04/05/2017 audios en/sw Slide down from outside the screen
MediaPlayerHelper.playWithDelay(this, R.raw.slide_down_from_outside_the_screen, new MediaPlayerHelper.MediaPlayerListener() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gscdev I'm preparing these audios now.

@Override
public void onCompletion() {
showExitFullScreenAnimation();
// }
// });
}
});
}

/**
Expand Down
Binary file not shown.