Removed the skip button from the tutorial.
This commit is contained in:
parent
95d26adbfa
commit
e9c90fdf33
1 changed files with 3 additions and 1 deletions
|
|
@ -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());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue