Removed the skip button from the tutorial.

This commit is contained in:
Karim Abou Zeid 2016-01-10 21:00:52 +01:00
commit e9c90fdf33

View file

@ -25,7 +25,9 @@ public class IntroActivity extends AppIntro {
int color = ContextCompat.getColor(this, R.color.blue_grey_700);
setStatusBarColor(ColorUtil.shiftColorDown(color));
setTaskColor(color);
setSkipText(getString(R.string.action_skip).toUpperCase());
showSkipButton(false);
setDoneText(getString(R.string.action_done).toUpperCase());
setGrantText(getString(R.string.action_grant).toUpperCase());